diff --git a/website/content/api-docs/secret/transform.mdx b/website/content/api-docs/secret/transform.mdx index 355d5f9c61..fd356e501b 100644 --- a/website/content/api-docs/secret/transform.mdx +++ b/website/content/api-docs/secret/transform.mdx @@ -727,7 +727,7 @@ The database user configured here should only have permission to `SELECT`, - `driver` `(string: )` - Specifies the database driver to use, and thus which SQL database type. - Currently the supported options are `postgres` or `mysql` + Currently the supported options are `postgres`, `mysql`, and `mssql`. - `connection_string` `(string: )` - A database connection string with template slots for username and password that diff --git a/website/content/docs/secrets/transform/index.mdx b/website/content/docs/secrets/transform/index.mdx index 0c261773cc..cb9f6e6905 100644 --- a/website/content/docs/secrets/transform/index.mdx +++ b/website/content/docs/secrets/transform/index.mdx @@ -263,7 +263,7 @@ additional operations: #### Stores Tokenization is stateful. Tokenized state can be stored internally (the -default) or in an external store. Currently only PostgreSQL and MySQL are supported +default) or in an external store. Currently only PostgreSQL, MySQL, and MSSQL are supported for external storage. #### Mapping Modes diff --git a/website/content/docs/secrets/transform/tokenization.mdx b/website/content/docs/secrets/transform/tokenization.mdx index 83bc75e8fe..fbf0eb43b0 100644 --- a/website/content/docs/secrets/transform/tokenization.mdx +++ b/website/content/docs/secrets/transform/tokenization.mdx @@ -136,7 +136,7 @@ can immediately reject the operation when presented with an expired token. ### External SQL Stores -Currently the PostgreSQL and MySQL relational databases are supported as +Currently the PostgreSQL, MySQL, and MSSQL relational databases are supported as external storage backends for tokenization. The [Schema Endpoint](../../../api-docs/secret/transform#create-update-store-schema) may be used to initialize and upgrade the necessary database tables. Vault uses