mirror of https://github.com/status-im/consul.git
[docs] Fix sentence order for GCE Cloud Auto-Join
This commit is contained in:
parent
7190af29ac
commit
d908f2c420
|
@ -146,6 +146,10 @@ $ consul agent -retry-join "provider=gce project_name=... tag_value=..."
|
|||
|
||||
#### Authentication & Precedence
|
||||
|
||||
Discovery requires a [GCE Service
|
||||
Account](https://cloud.google.com/compute/docs/access/service-accounts).
|
||||
Credentials are searched using the following paths, in order of precedence.
|
||||
|
||||
- Use credentials from `credentials_file`, if provided.
|
||||
- Use JSON file from `GOOGLE_APPLICATION_CREDENTIALS` environment variable.
|
||||
- Use JSON file in a location known to the gcloud command-line tool.
|
||||
|
@ -154,10 +158,6 @@ $ consul agent -retry-join "provider=gce project_name=... tag_value=..."
|
|||
- On Google Compute Engine, use credentials from the metadata
|
||||
server. In this final case any provided scopes are ignored.
|
||||
|
||||
Discovery requires a [GCE Service
|
||||
Account](https://cloud.google.com/compute/docs/access/service-accounts).
|
||||
Credentials are searched using the following paths, in order of precedence.
|
||||
|
||||
### IBM SoftLayer
|
||||
|
||||
This returns the first private IP address of all servers for the given
|
||||
|
|
Loading…
Reference in New Issue