You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -111,10 +111,10 @@ with the following roles:
111
111
- Can create, update, and delete functions.
112
112
- Can set IAM policies and view source code.
113
113
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)
0 commit comments