otdfctl policy key-management provider update
update - Update a Provider Config
Synopsis
otdfctl policy key-management provider update [flags]Description
Updates an existing provider config with the specified parameters.
Examples
otdfctl keymanagement provider update --id <id> --name <new-name> --config <new-json-config>
otdfctl keymanagement provider update --id '04ba179c-2f77-4e0d-90c5-fe4d1c9aa3f7' --name 'gcp' --config `{"region": "us-west-2"}`
Options
-i,--id <id>- ID of the provider config to update (required:
true)
-n,--name <name>- New name for the provider config (required:
false)
-m,--manager <manager>- New key manager for the provider config (required:
false)
-c,--config <config>- New JSON configuration for the provider (required:
false)
-l,--label <label>- Metadata labels for the provider config (required:
false)
Aliases
u