mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
fix docs (#4466)
This commit is contained in:
parent
da98217e61
commit
462f98673f
1 changed files with 2 additions and 2 deletions
|
|
@ -59,12 +59,12 @@ Success! Enabled the gcp secrets engine at: gcp/
|
|||
You will need to set up the secrets engine with:
|
||||
|
||||
* **[Config](#config)**: General config, including credentials that Vault will need to make calls
|
||||
to GCP APIs (either explicitly or using Application Default Credentials), lease defaults, etc. Example:
|
||||
to GCP APIs (either explicitly or using Application Default Credentials), lease defaults, etc.
|
||||
|
||||
* **[Rolesets](#rolesets)**: Generated credentials will need to be associated with sets of
|
||||
[IAM roles](https://cloud.google.com/iam/docs/understanding-roles) on specific GCP resources. Rolesets
|
||||
have an associated `secret_type` that determines a secret type that can be generated
|
||||
under this role set. Example:
|
||||
under this role set.
|
||||
|
||||
### Usage - Secret Generation
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue