Skip to content

Commit

Permalink
backport of commit d444a32 (#27801)
Browse files Browse the repository at this point in the history
Co-authored-by: John-Michael Faircloth <[email protected]>
  • Loading branch information
1 parent eed5b56 commit 0cbcec5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/content/api-docs/secret/databases/mssql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,10 @@ list the plugin does not support that statement type.
base64-encoded semicolon-separated string, a serialized JSON string array, or
a base64-encoded serialized JSON string array. The `{{name}}` value will be
substituted. If not provided defaults to a generic drop user statement.

- `rotation_statements` `(list: [])` Specifies the database statements to be
executed to rotate the password for a given username. Must be a
semicolon-separated string, a base64-encoded semicolon-separated string, a
serialized JSON string array, or a base64-encoded serialized JSON string
array. The `{{name}}` and `{{password}}` values will be substituted. The
generated password will be a random alphanumeric 20 character string.

0 comments on commit 0cbcec5

Please sign in to comment.