Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of Document the 'convergent' tokenization transform option into release/1.13.x #19309

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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