Revert "Revert "include change to node policy to cover #363""

This reverts commit ca1a52ff3e.
This commit is contained in:
Justin Santa Barbara 2016-08-27 17:38:01 -04:00
parent 4df50773c1
commit a3eda654db
1 changed files with 2 additions and 1 deletions

View File

@ -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 }}
]
},