Skip to content

Commit c90839f

Browse files
authored
Merge pull request #8474 from zalando-incubator/add_PowerUserCustom_to_roles
add ZalandoCloud-AllowPowerUserCustom policy
2 parents bdc5e8b + 961b32c commit c90839f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cluster/cluster.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,7 @@ Resources:
906906
- !Sub "arn:aws:iam::${AWS::AccountId}:policy/ZalandoCloud-DenyModifyShibboleth"
907907
- !Sub "arn:aws:iam::${AWS::AccountId}:policy/ZalandoCloud-DenyDefault"
908908
- !Sub "arn:aws:iam::${AWS::AccountId}:policy/ZalandoCloud-AllowPowerUser"
909+
- !Sub "arn:aws:iam::${AWS::AccountId}:policy/ZalandoCloud-AllowPowerUserCustom"
909910
RoleName: "{{.Cluster.LocalID}}-deployment"
910911
Type: 'AWS::IAM::Role'
911912
DeploymentServiceBucket:
@@ -1039,6 +1040,7 @@ Resources:
10391040
- !Sub "arn:aws:iam::${AWS::AccountId}:policy/ZalandoCloud-DenyModifyShibboleth"
10401041
- !Sub "arn:aws:iam::${AWS::AccountId}:policy/ZalandoCloud-DenyDefault"
10411042
- !Sub "arn:aws:iam::${AWS::AccountId}:policy/ZalandoCloud-AllowPowerUser"
1043+
- !Sub "arn:aws:iam::${AWS::AccountId}:policy/ZalandoCloud-AllowPowerUserCustom"
10421044
{{- if eq .Cluster.ConfigItems.deployment_service_ml_experiments_enabled "true"}}
10431045
DeploymentControllerMLExperimentDeploymentRole:
10441046
Type: AWS::IAM::Role

0 commit comments

Comments
 (0)