Skip to content

Commit ec8909c

Browse files
committed
add permissions for index.json
Signed-off-by: Tianle Huang <[email protected]>
1 parent cf6314b commit ec8909c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deployment/lib/identities.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ export class Identities {
4848
props.buildBucket.grantRead(bundleRole, '*/dist/*');
4949
props.buildBucket.grantPut(bundleRole, '*/dist/*');
5050

51+
props.buildBucket.grantRead(bundleRole, '*/index.json');
52+
props.buildBucket.grantPut(bundleRole, '*/index.json');
53+
5154
props.buildBucket.grantRead(testRole, '*/dist/*');
5255
props.buildBucket.grantPut(testRole, '*/dist/*/tests/*');
5356
props.buildBucket.grantPut(testRole, '*/test-results/*');

0 commit comments

Comments
 (0)