Fix GCP docs formatting (#7120)

This commit is contained in:
Jim Kalafut 2019-08-01 08:00:42 -07:00 committed by GitHub
parent fa3e3960b2
commit 1a0561bdba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -340,17 +340,21 @@ You can either:
### Access Tokens vs. Service Account Keys ### Access Tokens vs. Service Account Keys
Advantages of `access_tokens`: Advantages of `access_tokens`:
* Can generate infinite number of tokens per roleset * Can generate infinite number of tokens per roleset
Disadvantages of `access_tokens`: Disadvantages of `access_tokens`:
* Cannot be used with some client libraries or tools * Cannot be used with some client libraries or tools
* Have a static life-time of 1 hr that cannot be modified, revoked, or extended. * Have a static life-time of 1 hr that cannot be modified, revoked, or extended.
Advantages of `service_account_keys`: Advantages of `service_account_keys`:
* Controllable life-time through Vault, allowing for longer access * Controllable life-time through Vault, allowing for longer access
* Can be used by all normal GCP tooling * Can be used by all normal GCP tooling
Disadvantages of `service_account_keys`: Disadvantages of `service_account_keys`:
* Infinite lifetime in GCP (i.e. if they are not managed properly, leaked keys can live forever) * Infinite lifetime in GCP (i.e. if they are not managed properly, leaked keys can live forever)
* Limited to 10 per roleset/service account. * Limited to 10 per roleset/service account.