Protect the Configuration with AWS Secrets Manager
Protecting configuration with AWS Secrets Manager
aws-sm://<SECRET-REGION>/<SECRET_NAME>{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"secretsmanager:GetSecretValue",
"secretsmanager:PutSecretValue"
],
"Resource": "arn:aws:secretsmanager:<region-id>:<account-id>:secret:<unique-secret-name>"
}
]
}Last updated
Was this helpful?

