docs: Add credentials page
This commit is contained in:
@@ -68,7 +68,7 @@ export default defineConfig({
|
|||||||
collapsible: true,
|
collapsible: true,
|
||||||
items: [
|
items: [
|
||||||
{ text: 'Configuration', link: '/advanced/configuration' },
|
{ text: 'Configuration', link: '/advanced/configuration' },
|
||||||
{ text: 'Credentials', link: '/introduction' },
|
{ text: 'Credentials', link: '/advanced/credentials' },
|
||||||
{ text: 'Telemetry', link: '/advanced/telemetry' },
|
{ text: 'Telemetry', link: '/advanced/telemetry' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
9
packages/docs/pages/advanced/credentials.md
Normal file
9
packages/docs/pages/advanced/credentials.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# Credentials
|
||||||
|
|
||||||
|
We need to store your credentials in order to automatically communicate with third-party services to fetch and send data when you have connections. It's the nature of our software and how automation works, but we take extra measures to keep your third-party credentials safe and secure.
|
||||||
|
|
||||||
|
Automatisch uses AES specification to encrypt and decrypt your credentials of third-party services. The Advanced Encryption Standard (AES) is a U.S. Federal Information Processing Standard (FIPS). It was selected after a 5-year process where 15 competing designs were evaluated. AES is now used worldwide to protect sensitive information.
|
||||||
|
|
||||||
|
:::danger
|
||||||
|
Please be careful with the `ENCRYPTION_KEY` variable. It is used to encrypt your credentials from third-party services. If you change it, you will not be able to access your connections and thus, your existing flows and connections will be useless.
|
||||||
|
:::
|
Reference in New Issue
Block a user