Skip to content

Commit

Permalink
Update asm-user-policy-grants-access-to-secret-with-specific-tag.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bisdavid authored Oct 16, 2018
1 parent 68628e9 commit 787aaeb
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

//snippet-sourcedescription:[<<FILENAME>> demonstrates how to ...]
//snippet-sourcedescription:[This IAM policy demonstrates how to grant access to only those secrets that are tagged with the name 'ServerName' and the value 'ServerABC'.]
//snippet-keyword:[IAM Policy]
//snippet-keyword:[Code Sample]
//snippet-service:[AWS Secrets Manager]
//snippet-keyword:[AWS Secrets Manager]
//snippet-service:[secretsmanager]
//snippet-sourcetype:[full-example]
//snippet-sourcedate:[]
//snippet-sourceauthor:[AWS]
Expand All @@ -18,4 +19,4 @@
"Condition": { "StringEquals": { "secretsmanager:ResourceTag/ServerName": "ServerABC" } }
}
]
}
}

0 comments on commit 787aaeb

Please sign in to comment.