Skip to content

Commit 4420d51

Browse files
authored
Merge pull request #9480 from adetunjiakintundeakinde/dev
Enable skipper-ingress aws role for reading opa bundles by default
2 parents 9ee1644 + 22acfec commit 4420d51

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cluster/cluster.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1967,7 +1967,6 @@ Resources:
19671967
PolicyName: root
19681968
RoleName: "{{.Cluster.LocalID}}-app-ingr-ctrl"
19691969
Type: 'AWS::IAM::Role'
1970-
{{ if eq .Cluster.ConfigItems.skipper_open_policy_agent_enabled "true" }}
19711970
# Note: this is not strictly specific to Open Policy Agent and can be extend
19721971
# if Skipper Ingress needs to access other AWS resources
19731972
SkipperIngressIAMRole:
@@ -2013,7 +2012,6 @@ Resources:
20132012
PolicyName: read-opa-bundles
20142013
RoleName: "{{.Cluster.LocalID}}-app-skipper-ingress"
20152014
Type: 'AWS::IAM::Role'
2016-
{{ end }}
20172015
ClusterLifecycleControllerIAMRole:
20182016
Properties:
20192017
AssumeRolePolicyDocument: !Sub

0 commit comments

Comments
 (0)