Skip to content

Commit

Permalink
docs: add missing rotation_statements to oracle docs (#27802)
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm authored Jul 17, 2024
1 parent 050a90b commit 3f90e9a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/content/api-docs/secret/databases/oracle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 3f90e9a

Please sign in to comment.