Skip to content

Commit

Permalink
Merge pull request #3 from peternied/add-permissions
Browse files Browse the repository at this point in the history
Add permisions to upload index.yml files for the bundle role
  • Loading branch information
tianleh authored Feb 10, 2022
2 parents c78e701 + 75a4668 commit 124e22b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/lib/identities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export class Identities {

props.buildBucket.grantRead(bundleRole, '*/dist/*');
props.buildBucket.grantPut(bundleRole, '*/dist/*');
props.buildBucket.grantPut(bundleRole, '*/index.yml');

props.buildBucket.grantRead(testRole, '*/dist/*');
props.buildBucket.grantPut(testRole, '*/dist/*/tests/*');
Expand Down

0 comments on commit 124e22b

Please sign in to comment.