AWS firehose documentation change
Summary
Updated Snowflake secret key names (e.g., 'private_key' → 'privateKey')
Security assessment
Clarifies secret structure but does not indicate a resolved vulnerability. Improves documentation for secure configuration.
Diff
diff --git a/firehose/latest/dev/secrets-manager-whats-secret.md b/firehose/latest/dev/secrets-manager-whats-secret.md index 014c0283d..90b8bb49b 100644 --- a//firehose/latest/dev/secrets-manager-whats-secret.md +++ b//firehose/latest/dev/secrets-manager-whats-secret.md @@ -38,3 +38,3 @@ For each destination, you must specify the secret key-value pair in the correct - "user": "<user>", - "private_key": "<private_key>", // without the begin and end private key, remove all spaces and newlines - "key_passphrase": "<passphrase>" // optional + "user": "<snowflake-username>", + "privateKey": "<snowflake-private-key>", // without the beginning and ending private key, remove all spaces and newlines + "privateKeyPassphrase": "<snowflake-private-key-passphrase>" // optional