Skip to content

Commit

Permalink
update dev connect role for fah compute service account (#7056)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyjhuang committed Apr 26, 2024
1 parent 017693f commit 3a716c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apphosting/index.ts
Expand Up @@ -271,7 +271,7 @@ async function provisionDefaultComputeServiceAccount(projectId: string): Promise
[
"roles/firebaseapphosting.computeRunner",
"roles/firebase.sdkAdminServiceAgent",
"roles/developerconnect.tokenAccessor",
"roles/developerconnect.readTokenAccessor",
],
/* skipAccountLookup= */ true,
);
Expand Down

0 comments on commit 3a716c9

Please sign in to comment.