Skip to content

Commit 6470936

Browse files
ushuzbharathkkb
andauthored
chore: Corrrect authorization notes in README.md (#53)
* Corrrect authorization notes in README.md The service account needs to be member of App Engine default account, per troubleshooting and docs: https://cloud.google.com/functions/docs/troubleshooting#role-actAs https://cloud.google.com/functions/docs/reference/iam/roles#additional-configuration https://cloud.google.com/functions/docs/concepts/iam#runtime_service_accounts * Update README.md * Update README.md Co-authored-by: Bharath KKB <bharathkrishnakb@gmail.com>
1 parent 9f988bd commit 6470936

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ with the following roles:
111111
- Can create, update, and delete functions.
112112
- Can set IAM policies and view source code.
113113

114-
This service account needs to a member of the `Compute Engine default service account`,
115-
`(PROJECT_NUMBER-compute@developer.gserviceaccount.com)`, with role
116-
`Service Account User`. To grant a user permissions for a service account, use
117-
one of the methods found in [Configuring Ownership and access to a service account](https://cloud.google.com/iam/docs/granting-roles-to-service-accounts#granting_access_to_a_user_for_a_service_account).
114+
This service account needs to be a member of the `App Engine default service account`
115+
`(PROJECT_ID@appspot.gserviceaccount.com)`, with role
116+
`Service Account User` (`roles/iam.serviceAccountUser`). See [additional configuration for deployment](https://cloud.google.com/functions/docs/reference/iam/roles#additional-configuration)
117+
for further instructions.
118118

119119
### Used with `setup-gcloud`
120120

0 commit comments

Comments
 (0)