mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Tue Mar 1 21:43:54 UTC 2022
This commit is contained in:
parent
c1c3b75313
commit
21878eea72
1018 changed files with 4838 additions and 3409 deletions
|
|
@ -19,33 +19,27 @@ EXAMPLES
|
|||
fellowship and location us-east1:
|
||||
|
||||
$ gcloud alpha kms keys versions update 8 --location=us-east1 \
|
||||
--keyring=fellowship \
|
||||
--key=frodo \
|
||||
--state=enabled
|
||||
--keyring=fellowship --key=frodo --state=enabled
|
||||
|
||||
The following command disables the key version 8 of key frodo within
|
||||
keyring fellowship and location us-east1:
|
||||
|
||||
$ gcloud alpha kms keys versions update 8 --location=us-east1 \
|
||||
--keyring=fellowship \
|
||||
--key=frodo \
|
||||
--state=disabled
|
||||
--keyring=fellowship --key=frodo --state=disabled
|
||||
|
||||
The following command updates the external key URI of version 8 of key
|
||||
frodo within keyring fellowship and location us-east1:
|
||||
|
||||
$ gcloud alpha kms keys versions update 8 --location=us-east1 \
|
||||
--keyring=fellowship \
|
||||
--key=frodo \
|
||||
--external-key-uri=https://example.kms/v0/some/key/path
|
||||
--keyring=fellowship --key=frodo \
|
||||
--external-key-uri=https://example.kms/v0/some/key/path
|
||||
|
||||
The following command updates the ekm connection key path of version 8 of
|
||||
key bilbo within keyring fellowship and location us-east1:
|
||||
|
||||
$ gcloud alpha kms keys versions update 8 --location=us-east1 \
|
||||
--keyring=fellowship \
|
||||
--key=bilbo \
|
||||
--ekm-connection-key-path=v0/some/key/path
|
||||
--keyring=fellowship --key=bilbo \
|
||||
--ekm-connection-key-path=v0/some/key/path
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
VERSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue