mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-29 06:31:10 +01:00
Add new KMIP backend operation parameters to API documentation. (#16107)
The KMIP backend has four new parameters for the API call to create or update a role: - operation_decrypt - operation_encrypt - operation_import - operation_query
This commit is contained in:
parent
f3edee9458
commit
03c1f3728f
@ -255,18 +255,26 @@ Creates or updates a role.
|
|||||||
`Add Attribute` operation.
|
`Add Attribute` operation.
|
||||||
- `operation_create` (`bool: false`) - Grant permission to use the KMIP
|
- `operation_create` (`bool: false`) - Grant permission to use the KMIP
|
||||||
`Create` operation.
|
`Create` operation.
|
||||||
|
- `operation_decrypt` (`bool: false`) - Grant permission to use the KMIP
|
||||||
|
`Decrypt` operation.
|
||||||
- `operation_destroy` (`bool: false`) - Grant permission to use the KMIP
|
- `operation_destroy` (`bool: false`) - Grant permission to use the KMIP
|
||||||
`Destroy` operation.
|
`Destroy` operation.
|
||||||
- `operation_discover_versions` (`bool: false`) - Grant permission to use the KMIP
|
- `operation_discover_versions` (`bool: false`) - Grant permission to use the KMIP
|
||||||
`Discover Version` operation.
|
`Discover Versions` operation.
|
||||||
|
- `operation_encrypt` (`bool: false`) - Grant permission to use the KMIP
|
||||||
|
`Encrypt` operation.
|
||||||
- `operation_get` (`bool: false`) - Grant permission to use the KMIP
|
- `operation_get` (`bool: false`) - Grant permission to use the KMIP
|
||||||
`Get` operation.
|
`Get` operation.
|
||||||
- `operation_get_attribute_list` (`bool: false`) - Grant permission to use the KMIP
|
- `operation_get_attribute_list` (`bool: false`) - Grant permission to use the KMIP
|
||||||
`Get Attribute List` operation.
|
`Get Attribute List` operation.
|
||||||
- `operation_get_attributes` (`bool: false`) - Grant permission to use the KMIP
|
- `operation_get_attributes` (`bool: false`) - Grant permission to use the KMIP
|
||||||
`Get Attributes` operation.
|
`Get Attributes` operation.
|
||||||
|
- `operation_import` (`bool: false`) - Grant permission to use the KMIP
|
||||||
|
`Import` operation.
|
||||||
- `operation_locate` (`bool: false`) - Grant permission to use the KMIP
|
- `operation_locate` (`bool: false`) - Grant permission to use the KMIP
|
||||||
`Locate` operation.
|
`Locate` operation.
|
||||||
|
- `operation_query` (`bool: false`) - Grant permission to use the KMIP
|
||||||
|
`Query` operation.
|
||||||
- `operation_register` (`bool: false`) - Grant permission to use the KMIP
|
- `operation_register` (`bool: false`) - Grant permission to use the KMIP
|
||||||
`Register` operation.
|
`Register` operation.
|
||||||
- `operation_rekey` (`bool: false`) - Grant permission to use the KMIP
|
- `operation_rekey` (`bool: false`) - Grant permission to use the KMIP
|
||||||
@ -281,12 +289,16 @@ Creates or updates a role.
|
|||||||
"operation_activate": true,
|
"operation_activate": true,
|
||||||
"operation_add_attribute": true,
|
"operation_add_attribute": true,
|
||||||
"operation_create": true,
|
"operation_create": true,
|
||||||
|
"operation_decrypt": true,
|
||||||
"operation_destroy": true,
|
"operation_destroy": true,
|
||||||
"operation_discover_versions": true,
|
"operation_discover_versions": true,
|
||||||
|
"operation_encrypt": true,
|
||||||
"operation_get": true,
|
"operation_get": true,
|
||||||
"operation_get_attribute_list": true,
|
"operation_get_attribute_list": true,
|
||||||
"operation_get_attributes": true,
|
"operation_get_attributes": true,
|
||||||
|
"operation_import": true,
|
||||||
"operation_locate": true,
|
"operation_locate": true,
|
||||||
|
"operation_query": true,
|
||||||
"operation_register": true,
|
"operation_register": true,
|
||||||
"operation_rekey": true,
|
"operation_rekey": true,
|
||||||
"operation_revoke": true
|
"operation_revoke": true
|
||||||
@ -333,12 +345,16 @@ $ curl \
|
|||||||
"operation_activate": true,
|
"operation_activate": true,
|
||||||
"operation_add_attribute": true,
|
"operation_add_attribute": true,
|
||||||
"operation_create": true,
|
"operation_create": true,
|
||||||
|
"operation_decrypt": true,
|
||||||
"operation_destroy": true,
|
"operation_destroy": true,
|
||||||
"operation_discover_versions": true,
|
"operation_discover_versions": true,
|
||||||
|
"operation_encrypt": true,
|
||||||
"operation_get": true,
|
"operation_get": true,
|
||||||
"operation_get_attribute_list": true,
|
"operation_get_attribute_list": true,
|
||||||
"operation_get_attributes": true,
|
"operation_get_attributes": true,
|
||||||
|
"operation_import": true,
|
||||||
"operation_locate": true,
|
"operation_locate": true,
|
||||||
|
"operation_query": true,
|
||||||
"operation_register": true,
|
"operation_register": true,
|
||||||
"operation_rekey": true,
|
"operation_rekey": true,
|
||||||
"operation_revoke": true
|
"operation_revoke": true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user