1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 06:46:36 +01:00

Merge pull request #10081 from barbacbd/OCPBUGS-63305

OCPBUGS-63305: Make SimulatePrincipalPolicy optional
This commit is contained in:
openshift-merge-bot[bot]
2026-01-28 14:23:40 +00:00
committed by GitHub

View File

@@ -173,7 +173,6 @@ var permissions = map[PermissionGroup][]string{
"iam:ListRoles", "iam:ListRoles",
"iam:ListUsers", "iam:ListUsers",
"iam:PassRole", "iam:PassRole",
"iam:SimulatePrincipalPolicy",
"iam:TagInstanceProfile", "iam:TagInstanceProfile",
"iam:TagRole", "iam:TagRole",
@@ -375,7 +374,6 @@ var permissions = map[PermissionGroup][]string{
PermissionPassthroughCreds: { PermissionPassthroughCreds: {
// so we can query whether we have the below list of creds // so we can query whether we have the below list of creds
"iam:GetUser", "iam:GetUser",
"iam:SimulatePrincipalPolicy",
// openshift-ingress // openshift-ingress
"elasticloadbalancing:DescribeLoadBalancers", "elasticloadbalancing:DescribeLoadBalancers",