Skip to content

Instantly share code, notes, and snippets.

@waynedovey
Last active November 27, 2019 21:38
Show Gist options
  • Save waynedovey/6f7006a96fdc707b9bc1b3e5d6dbd34f to your computer and use it in GitHub Desktop.
Save waynedovey/6f7006a96fdc707b9bc1b3e5d6dbd34f to your computer and use it in GitHub Desktop.
OpenShift 4 IAM Policies CutDown
{
"Statement": [
{
"Action": [
"cloudformation:CreateStack",
"cloudformation:DeleteStack",
"cloudformation:DescribeStackEvents",
"cloudformation:DescribeStacks",
"cloudformation:ListStackResources",
"ec2:CreateTags",
"ec2:DescribeImages",
"iam:CreateAccessKey",
"iam:CreateUser",
"iam:GetUser",
"iam:GetUserPolicy",
"iam:ListAccessKeys",
"iam:PutUserPolicy",
"iam:SimulatePrincipalPolicy",
"iam:TagUser",
"s3:CreateBucket",
"s3:DeleteBucket",
"s3:GetBucketPolicy",
"s3:GetBucketRequestPayment",
"s3:GetBucketTagging",
"s3:GetBucketVersioning",
"s3:ListAllMyBuckets",
"s3:PutBucketTagging"
],
"Effect": "Allow",
"Resource": [
"*"
]
}
],
"Version": "2012-10-17"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment