Skip to content

Commit

Permalink
Clarify requirememnts for service account roles
Browse files Browse the repository at this point in the history
  • Loading branch information
codenrhoden committed Feb 10, 2017
1 parent 6d4e3e9 commit 65b13ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .docs/user-guide/storage-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,11 @@ GCE persistent disks with GCE machine instances.
### Requirements

* GCE account
* Service account credentials in JSON for GCE project
* Service account credentials in JSON for GCE project. If not using the Compute
Engine default service account, create a new service account with the Service
Account Actor role, and create/download a new private key in JSON format. see
[creating a service account](https://developers.google.com/identity/protocols/OAuth2ServiceAccount#creatinganaccount)
for details.

### Configuration

Expand Down

0 comments on commit 65b13ab

Please sign in to comment.