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:
Naoki Ainoya 2019-04-03 02:45:23 +09:00 committed by Calvin Leung Huang
parent 387bb63466
commit 7f488601f8
1 changed files with 3 additions and 3 deletions

View File

@ -81,17 +81,17 @@ The service account needs the following minimum permissions on the crypto key:
```text
cloudkms.cryptoKeyVersions.useToEncrypt
cloudkms.cryptoKeyVersions.useToDecrypt
cloudkms.cryptKeys.get
cloudkms.cryptoKeys.get
```
These permissions can be described with the following role:
```text
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