Skip to content

Commit

Permalink
backport of commit 34a93f1 (hashicorp#19309)
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Miller <smiller@hashicorp.com>
  • Loading branch information
1 parent b12fcad commit 5b2f609
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/content/api-docs/secret/transform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,13 @@ transformation exists, it will be updated with the new attributes.
for all plaintexts to be decoded via the export-decoded endpoint
in an emergency.

- `convergent` `(bool: false)` -
Specifies whether to use convergent tokenization, where tokenization of the same
plaintext more than once results in the same token. Defaults to false as unique
tokens are more desirable from a security standpoint if there isn't a use-case
need for convergence. This property cannot be changed after the transform
is created.

- `max_ttl`: `(duration: "0")` -
The maximum TTL of a token. If 0 or unspecified, tokens may have no expiration.

Expand Down

0 comments on commit 5b2f609

Please sign in to comment.