Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
recipe-specs: move to cloudgate based service-user
Also see binary-builder change (github.com/cloudfoundry/binary-builder/pull/76). The pipeline is currently red. This change doesn't attempt to fix that. There's an open issue for that: #273. The following is the permissions-policy added for the role: { "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": [ "s3:ListBucketMultipartUploads", "s3:GetBucketTagging", "s3:GetObjectVersionTagging", "s3:ListBucketVersions", "s3:GetObjectAttributes", "s3:ListBucket", "s3:GetBucketVersioning", "s3:GetBucketAcl", "s3:ListMultipartUploadParts", "s3:PutObject", "s3:GetObjectAcl", "s3:GetObject", "s3:PutObjectVersionAcl", "s3:GetObjectVersionAcl", "s3:GetObjectTagging", "s3:PutBucketAcl", "s3:GetBucketLocation", "s3:PutBucketVersioning", "s3:PutObjectAcl", "s3:GetObjectVersion" ], "Resource": [ "arn:aws:s3:::buildpacks-oracle-client-libs", "arn:aws:s3:::buildpacks-oracle-client-libs/*" ] }, { "Sid": "VisualEditor1", "Effect": "Allow", "Action": "s3:ListAllMyBuckets", "Resource": "*" } ] }
- Loading branch information