fix typo in gcpckms.html.md, cloudkms.cryptoKeys.get
(#6515)
ref: https://github.com/hashicorp/vault/pull/6327/files#r270674452
This commit is contained in:
parent
387bb63466
commit
7f488601f8
|
@ -81,17 +81,17 @@ The service account needs the following minimum permissions on the crypto key:
|
||||||
```text
|
```text
|
||||||
cloudkms.cryptoKeyVersions.useToEncrypt
|
cloudkms.cryptoKeyVersions.useToEncrypt
|
||||||
cloudkms.cryptoKeyVersions.useToDecrypt
|
cloudkms.cryptoKeyVersions.useToDecrypt
|
||||||
cloudkms.cryptKeys.get
|
cloudkms.cryptoKeys.get
|
||||||
```
|
```
|
||||||
|
|
||||||
These permissions can be described with the following role:
|
These permissions can be described with the following role:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
roles/cloudkms.cryptoKeyEncrypterDecrypter
|
roles/cloudkms.cryptoKeyEncrypterDecrypter
|
||||||
cloudkms.cryptKeys.get
|
cloudkms.cryptoKeys.get
|
||||||
```
|
```
|
||||||
|
|
||||||
`cloudkms.cryptKeys.get` permission is used for retrieving metadata information of keys from CloudKMS within this engine initialization process.
|
`cloudkms.cryptoKeys.get` permission is used for retrieving metadata information of keys from CloudKMS within this engine initialization process.
|
||||||
|
|
||||||
## `gcpckms` Environment Variables
|
## `gcpckms` Environment Variables
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue