File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
manifests/ingress-controller Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1141,6 +1141,9 @@ Resources:
1141
1141
- Action : ' acm:DescribeCertificate'
1142
1142
Effect : Allow
1143
1143
Resource : ' *'
1144
+ - Action : ' acm:ListTagsForCertificate'
1145
+ Effect : Allow
1146
+ Resource : ' *'
1144
1147
- Action : ' autoscaling:DescribeAutoScalingGroups'
1145
1148
Effect : Allow
1146
1149
Resource : ' *'
@@ -1224,7 +1227,7 @@ Resources:
1224
1227
RoleName : " {{.Cluster.LocalID}}-app-ingr-ctrl"
1225
1228
Type : ' AWS::IAM::Role'
1226
1229
{{ if eq .Cluster.ConfigItems.skipper_open_policy_agent_enabled "true" }}
1227
- # Note: this is not strictly specific to Open Policy Agent and can be extend
1230
+ # Note: this is not strictly specific to Open Policy Agent and can be extend
1228
1231
# if Skipper Ingress needs to access other AWS resources
1229
1232
SkipperIngressIAMRole :
1230
1233
Properties :
Original file line number Diff line number Diff line change 57
57
# {{ end }}
58
58
- --cert-polling-interval={{ .Cluster.ConfigItems.kube_aws_ingress_controller_cert_polling_interval }}
59
59
# {{ if .Cluster.ConfigItems.kube_aws_ingress_controller_cert_filter_tag }}
60
- - --cert-filter-tag=" {{ .Cluster.ConfigItems.kube_aws_ingress_controller_cert_filter_tag }}"
60
+ - --cert-filter-tag={{ .Cluster.ConfigItems.kube_aws_ingress_controller_cert_filter_tag }}
61
61
# {{ end }}
62
62
env :
63
63
- name : CUSTOM_FILTERS
You can’t perform that action at this time.
0 commit comments