docs: add missing rotation_statements to oracle docs (#27802)

This commit is contained in:
John-Michael Faircloth 2024-07-17 17:14:49 -05:00 committed by GitHub
parent 050a90b2ab
commit 3f90e9ac38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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