mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 00:33:28 -04:00
Show bound_service_accounts in gce example (#8236)
Shows that the GCP auth option `bound_service_accounts` can be used for gce-type roles as well as iam.
This commit is contained in:
parent
ef84c75e50
commit
b5bcd61d19
1 changed files with 4 additions and 1 deletions
|
|
@ -108,9 +108,12 @@ management tool.
|
|||
policies="dev,prod" \
|
||||
bound_projects="my-project1,my-project2" \
|
||||
bound_zones="us-east1-b" \
|
||||
bound_labels="foo:bar,zip:zap"
|
||||
bound_labels="foo:bar,zip:zap" \
|
||||
bound_service_accounts="my-service@my-project.iam.gserviceaccount.com"
|
||||
```
|
||||
|
||||
Note that `bound_service_accounts` is only required for `iam`-type roles.
|
||||
|
||||
For the complete list of configuration options for each type, please see the
|
||||
[API documentation][api-docs].
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue