mirror of https://github.com/kubernetes/kops.git
Revert "Revert "include change to node policy to cover #363""
This reverts commit ca1a52ff3e
.
This commit is contained in:
parent
4df50773c1
commit
a3eda654db
|
@ -42,7 +42,8 @@
|
|||
"Resource": [
|
||||
{{ range $i, $b := .NodePermissions.S3Buckets }}
|
||||
{{if $i}},{{end}}
|
||||
"{{ IAMPrefix }}:s3:::{{ $b }}/*"
|
||||
"{{ IAMPrefix }}:s3:::{{ $b }}/{{ ClusterName }}",
|
||||
"{{ IAMPrefix }}:s3:::{{ $b }}/{{ ClusterName }}/*"
|
||||
{{ end }}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue