Update transform documentation to include MSSQL. (#17021)

This commit is contained in:
Matt Schultz 2022-09-06 10:55:48 -05:00 committed by GitHub
parent a1fba8d29a
commit 1aaace756f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -727,7 +727,7 @@ The database user configured here should only have permission to `SELECT`,
- `driver` `(string: <required>)` -
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: <required>)` -
A database connection string with template slots for username and password that

View File

@ -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

View File

@ -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