Notifications
Clear all
Community Forum
2
Posts
1
Users
0
Likes
889
Views
Topic starter
31/08/2020 6:41 pm
Specific prefix based permissions
Topic starter
31/08/2020 6:41 pm
To retrieve a secret in the console, you must have these permissions:
-
secretsmanager:ListSecrets
– Use to navigate to the secret to retrieve. -
secretsmanager:DescribeSecret
— Use to retrieve the non-encrypted parts of the secret. -
secretsmanager:GetSecretValue
– Use to retrieve the encrypted part of the secret. -
kms:Decrypt
– Required only if you used a custom AWS KMS customer master key (CMK) to encrypt your secret.