Skip to content

Commit

Permalink
Update asm-user-policy-grants-gsv-to-one-secret.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bisdavid authored Oct 16, 2018
1 parent d1fa777 commit f83eb7b
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 allows the attached principal to retrieve the secret value of a specific secret.]
//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 @@ -15,4 +16,4 @@
"Action": "secretsmanager:GetSecretValue",
"Resource": "<arn-of-the-secret-the-app-needs-to-access>"
}
}
}

0 comments on commit f83eb7b

Please sign in to comment.