Skip to content

Instantly share code, notes, and snippets.

@burck1
Created March 4, 2020 18:36
Show Gist options
  • Save burck1/5469acbff31b71fa69ef8d91c4426e50 to your computer and use it in GitHub Desktop.
Save burck1/5469acbff31b71fa69ef8d91c4426e50 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::999999999999:role/octopus-deploy-server"
},
"Action": "sts:AssumeRole"
}
]
}
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AssumeOctopusDeployRoles",
"Effect": "Allow",
"Action": "sts:AssumeRole",
"Resource": "arn:aws:iam::999999999999:role/octopus-deploy-*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment