mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-23 07:31:09 +02:00
Fix GCP docs formatting (#7120)
This commit is contained in:
parent
fa3e3960b2
commit
1a0561bdba
@ -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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user