File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "PolicyVersion": {
3+ "CreateDate": "2025-11-05T20:04:08Z",
4+ "VersionId": "v1",
5+ "Document": {
6+ "Version": "2012-10-17",
7+ "Statement": [
8+ {
9+ "Action": [
10+ "secretsmanager:GetSecretValue",
11+ "secretsmanager:DescribeSecret"
12+ ],
13+ "Resource": "arn:aws:secretsmanager:*:*:secret:*",
14+ "Effect": "Allow",
15+ "Sid": "SecretsManagerGetAndDescribeSecret"
16+ },
17+ {
18+ "Action": [
19+ "kms:Decrypt"
20+ ],
21+ "Resource": "arn:aws:kms:*:*:key/*",
22+ "Effect": "Allow",
23+ "Condition": {
24+ "StringLike": {
25+ "kms:EncryptionContext:SecretARN": "arn:aws:secretsmanager:*:*:secret:*",
26+ "kms:ViaService": "secretsmanager.*.amazonaws.com"
27+ }
28+ },
29+ "Sid": "KMSDecryptKey"
30+ }
31+ ]
32+ },
33+ "IsDefaultVersion": true
34+ }
35+ }
You can’t perform that action at this time.
0 commit comments