Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update credentials.md #5623

Merged
merged 1 commit into from Dec 28, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/providers/google/guide/credentials.md
Expand Up @@ -57,7 +57,7 @@ You need to create credentials with appropriate roles Serverless can use to crea
5. Click `CREATE SERVICE ACCOUNT` button on the top 5. Click `CREATE SERVICE ACCOUNT` button on the top
6. Input Service account name and Service account ID will be generated automatically for you. Change it if you wish to. 6. Input Service account name and Service account ID will be generated automatically for you. Change it if you wish to.
7. Click `Create` button 7. Click `Create` button
8. Add `Deployment Manager Editor` `Storage Admin` `Logging Admin` `Cloud Function Developer` roles and click `Continue` 8. Add `Deployment Manager Editor` `Storage Admin` `Logging Admin` `Cloud Functions Developer` roles and click `Continue`
9. Click `+CREATE KEY` button and select `JSON` key type and click `Create` button 9. Click `+CREATE KEY` button and select `JSON` key type and click `Create` button
10. You will see a json (AKA `keyfile`) file downloaded 10. You will see a json (AKA `keyfile`) file downloaded
11. Click `Done` button 11. Click `Done` button
Expand Down