Skip to content

Commit

Permalink
Update KMIP docs re supported operations. (#8008)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncabatoff authored Dec 11, 2019
1 parent e1b6971 commit 03e61fc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
8 changes: 8 additions & 0 deletions website/source/api/secret/kmip/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,14 @@ Creates or updates a role.
`Discover Version` operation.
- `operation_get` (`bool: false`) - Grant permission to use the KMIP
`Get` operation.
- `operation_get_attribute_list` (`bool: false`) - Grant permission to use the KMIP
`Get Attribute List` operation.
- `operation_get_attributes` (`bool: false`) - Grant permission to use the KMIP
`Get Attributes` operation.
- `operation_locate` (`bool: false`) - Grant permission to use the KMIP
`Locate` operation.
- `operation_register` (`bool: false`) - Grant permission to use the KMIP
`Register` operation.
- `operation_rekey` (`bool: false`) - Grant permission to use the KMIP
`Rekey` operation.
- `operation_revoke` (`bool: false`) - Grant permission to use the KMIP
Expand All @@ -276,8 +280,10 @@ Creates or updates a role.
"operation_destroy": true,
"operation_discover_versions": true,
"operation_get": true,
"operation_get_attribute_list": true,
"operation_get_attributes": true,
"operation_locate": true,
"operation_register": true,
"operation_rekey": true,
"operation_revoke": true
}
Expand Down Expand Up @@ -326,8 +332,10 @@ $ curl \
"operation_destroy": true,
"operation_discover_versions": true,
"operation_get": true,
"operation_get_attribute_list": true,
"operation_get_attributes": true,
"operation_locate": true,
"operation_register": true,
"operation_rekey": true,
"operation_revoke": true
},
Expand Down
14 changes: 9 additions & 5 deletions website/source/docs/secrets/kmip/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,18 @@ KMIP operations.
Supported KMIP operations:
```text
operation_create
operation_rekey
operation_locate
operation_get
operation_activate
operation_revoke
operation_add_attribute
operation_create
operation_destroy
operation_discover_versions
operation_get
operation_get_attribute_list
operation_get_attributes
operation_locate
operation_register
operation_rekey
operation_revoke
```

Additionally, there are two pseudo-operations that can be used to allow or deny
Expand Down

0 comments on commit 03e61fc

Please sign in to comment.