Skip to content

Instantly share code, notes, and snippets.

@faraazkhan
Created October 9, 2020 17:09
Show Gist options
  • Save faraazkhan/9f2934e2bd2d977746344877361913a3 to your computer and use it in GitHub Desktop.
Save faraazkhan/9f2934e2bd2d977746344877361913a3 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "<JENKINS_ARN>"
},
"Action": "sts:AssumeRole",
"Condition": {}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment