Skip to content

Commit

Permalink
chore: OIDC IAM s3 permissions (#9)
Browse files Browse the repository at this point in the history
Release-as: 0.1.1
  • Loading branch information
Srihas Konduru committed Apr 12, 2023
1 parent a1da379 commit cee79aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ jobs:
env:
AWS_REGION: ${{ matrix.region }}

- run: s3cmd cp garden-dev-cluster.template.yaml s3://garden-cfn-public-releases/dev-cluster/${{ needs.release-please.outputs.release_version }}/garden-dev-cluster.template.yaml
- run: aws s3 cp garden-dev-cluster.template.yaml s3://garden-cfn-public-releases/dev-cluster/${{ needs.release-please.outputs.release_version }}/garden-dev-cluster.template.yaml
2 changes: 2 additions & 0 deletions bootstrap/global-bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Resources:
Statement:
- Effect: Allow
Action:
- "s3:ListBucket"
- "s3:GetBucketLocation"
- "s3:PutObject"
- "s3:GetObject"
- "s3:GetObjectVersion"
Expand Down

0 comments on commit cee79aa

Please sign in to comment.