mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-03 13:58:22 -04:00
docs: add missing rotation_statements to oracle docs (#27802)
This commit is contained in:
parent
050a90b2ab
commit
3f90e9ac38
1 changed files with 7 additions and 0 deletions
|
|
@ -130,3 +130,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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue