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

This reverts commit 969af97b60.
This commit is contained in:
Justin Santa Barbara 2016-08-27 16:31:38 -04:00
parent 65f73ec0d3
commit ca1a52ff3e
1 changed files with 1 additions and 2 deletions

View File

@ -42,8 +42,7 @@
"Resource": [
{{ range $i, $b := .NodePermissions.S3Buckets }}
{{if $i}},{{end}}
"{{ IAMPrefix }}:s3:::{{ $b }}/{{ ClusterName }}",
"{{ IAMPrefix }}:s3:::{{ $b }}/{{ ClusterName }}/*"
"{{ IAMPrefix }}:s3:::{{ $b }}/*"
{{ end }}
]
},