Skip to content

Commit

Permalink
Merge pull request #688 from fluxcd/int-perm-change
Browse files Browse the repository at this point in the history
test/int: Grant new permissions needed by AWS infra
  • Loading branch information
darkowlzz authored Dec 23, 2024
2 parents f76c4b0 + 1fa003b commit 65c88a5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,16 +111,22 @@ provisioning the infrastructure and running the tests:
"eks:UpdateNodegroupVersion",
"iam:AttachRolePolicy",
"iam:CreateOpenIDConnectProvider",
"iam:CreatePolicy",
"iam:CreateRole",
"iam:DeleteOpenIDConnectProvider",
"iam:DeletePolicy",
"iam:DeleteRole",
"iam:DetachRolePolicy",
"iam:GetOpenIDConnectProvider",
"iam:GetPolicy",
"iam:GetPolicyVersion",
"iam:GetRole",
"iam:ListAttachedRolePolicies",
"iam:ListInstanceProfilesForRole",
"iam:ListPolicyVersions",
"iam:ListRolePolicies",
"iam:TagOpenIDConnectProvider",
"iam:TagPolicy",
"iam:TagRole",
"ssm:GetParameters"
],
Expand Down Expand Up @@ -250,16 +256,22 @@ module "aws_gh_actions" {
"eks:UpdateNodegroupVersion",
"iam:AttachRolePolicy",
"iam:CreateOpenIDConnectProvider",
"iam:CreatePolicy",
"iam:CreateRole",
"iam:DeleteOpenIDConnectProvider",
"iam:DeletePolicy",
"iam:DeleteRole",
"iam:DetachRolePolicy",
"iam:GetOpenIDConnectProvider",
"iam:GetPolicy",
"iam:GetPolicyVersion",
"iam:GetRole",
"iam:ListAttachedRolePolicies",
"iam:ListInstanceProfilesForRole",
"iam:ListPolicyVersions",
"iam:ListRolePolicies",
"iam:TagOpenIDConnectProvider",
"iam:TagPolicy",
"iam:TagRole",
"ssm:GetParameters"
]
Expand Down

0 comments on commit 65c88a5

Please sign in to comment.