-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix failing binary-builder-specs pipeline #273
Labels
Comments
@arjun024 is this still a problem? Can we close this issue? |
@robdimsdale yes still an open issue. We should get the tests fixed |
arjun024
added a commit
that referenced
this issue
Oct 4, 2023
Also see binary-builder change. 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": "*" } ] }
arjun024
added a commit
that referenced
this issue
Oct 4, 2023
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": "*" } ] }
robdimsdale
pushed a commit
that referenced
this issue
Oct 4, 2023
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": "*" } ] }
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
binary-builder-specs (test pipeline) tests are failing. It looks like binary-builder tests need to do the same ruby 2.5->2.7 migration done in production (link) to support latest bundler
The text was updated successfully, but these errors were encountered: