You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/integrations/platforms/aws-secrets-manager.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,7 @@ rm .env
209
209
210
210
## Advanced: Encrypt secrets in AWS Secrets Manager with AWS KMS customer managed keys (CMK)
211
211
212
-
AWS secrets manager encrypts all secrets stored in it via keys owned and managed by AWS (Encryption key: `aws/secretsmanager`). For security and compliance reasons you may want to use your own keys to encrypt secrets.
212
+
AWS secrets manager encrypts all secrets stored in it via keys owned and managed by AWS (Encryption key: `alias/aws/secretsmanager`). For security and compliance reasons you may want to use your own keys to encrypt secrets.
213
213
214
214
<Note>
215
215
Phase Console supports syncing secrets to AWS Secrets Manager and encrypting
0 commit comments