mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 00:33:28 -04:00
Document the deletion_allowed transform flag (#17544)
* Document the deletion_allowed transform flag * Remove duplicated sentence
This commit is contained in:
parent
7c974beee4
commit
b5047fd8c8
1 changed files with 14 additions and 1 deletions
|
|
@ -181,7 +181,9 @@ configuration endpoints, and will be removed in a future release.
|
|||
A role using this transformation must exist in this list in order for
|
||||
encode and decode operations to properly function.
|
||||
|
||||
-
|
||||
- `deletion_allowed` `(bool: false)` -
|
||||
If true, this transform can be deleted. Otherwise deletion is blocked while
|
||||
this value remains false.
|
||||
|
||||
### Sample Payload
|
||||
|
||||
|
|
@ -233,6 +235,12 @@ transformation exists, it will be updated with the new attributes.
|
|||
A role using this transformation must exist in this list in order for
|
||||
encode and decode operations to properly function.
|
||||
|
||||
- `deletion_allowed` `(bool: false)` -
|
||||
If true, this transform can be deleted. Otherwise deletion is blocked while this
|
||||
value remains false. Note that deleting the transform deletes the underlying
|
||||
key making decoding of FPE encoded values impossible without restoring from a
|
||||
backup.
|
||||
|
||||
### Sample Payload
|
||||
|
||||
```json
|
||||
|
|
@ -337,6 +345,11 @@ transformation exists, it will be updated with the new attributes.
|
|||
The list of tokenization stores to use for tokenization state. Vault's
|
||||
internal storage is used by default.
|
||||
|
||||
- `deletion_allowed` `(bool: false)` -
|
||||
If true, this transform can be deleted. Otherwise deletion is blocked while this
|
||||
value remains false. Note that deleting the transform deletes the underlying key
|
||||
making decoding of tokenized values impossible without restoring from a backup.
|
||||
|
||||
### Sample Payload
|
||||
|
||||
```json
|
||||
|
|
|
|||
Loading…
Reference in a new issue