Skip to content

Instantly share code, notes, and snippets.

@treacher
Created September 17, 2017 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save treacher/26bd85bf6ba7afb6174df2b530fb21ee to your computer and use it in GitHub Desktop.
Save treacher/26bd85bf6ba7afb6174df2b530fb21ee to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"sts:AssumeRole"
],
"Effect": "Allow",
"Resource": "arn:aws:iam::{AccountId}:role/k8s/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment