mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
fix: Update external secrets to clarify value types (#3186)
Co-authored-by: Justin Ellingwood <justin@n8n.io>
This commit is contained in:
@@ -20,8 +20,9 @@ n8n stores all credentials encrypted in its database, and restricts access to th
|
||||
## Connect n8n to your secrets store
|
||||
|
||||
/// note | Secret names
|
||||
Your secret names can't contain spaces, hyphens, or other special characters. n8n supports secret names containing alphanumeric characters (`a-z`, `A-Z`, and `0-9`), and underscores.
|
||||
Your secret names can't contain spaces, hyphens, or other special characters. n8n supports secret names containing alphanumeric characters (`a-z`, `A-Z`, and `0-9`), and underscores. n8n currently only supports plaintext values for secrets, not JSON objects or key-value pairs.
|
||||
///
|
||||
|
||||
1. In n8n, go to **Settings** > **External Secrets**.
|
||||
1. Select **Set Up** for your store provider.
|
||||
1. Enter the credentials for your provider:
|
||||
|
||||
@@ -153,7 +153,7 @@ Motorhead
|
||||
[Mm]ultiple
|
||||
n8n
|
||||
nanoids
|
||||
namespace
|
||||
namespaces?
|
||||
NASA
|
||||
Netlify
|
||||
Netscaler
|
||||
@@ -180,6 +180,7 @@ PhantomBuster
|
||||
Pinterest
|
||||
Pipedrive
|
||||
Pinecone
|
||||
[Pp]laintext
|
||||
Plivo
|
||||
Pluralsight
|
||||
Postbin
|
||||
|
||||
Reference in New Issue
Block a user