From 3f90e9ac385a706d9247caefdece644ff4a054b6 Mon Sep 17 00:00:00 2001 From: John-Michael Faircloth Date: Wed, 17 Jul 2024 17:14:49 -0500 Subject: [PATCH] docs: add missing rotation_statements to oracle docs (#27802) --- website/content/api-docs/secret/databases/oracle.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/content/api-docs/secret/databases/oracle.mdx b/website/content/api-docs/secret/databases/oracle.mdx index 69539e5f49..4cc4cc1748 100644 --- a/website/content/api-docs/secret/databases/oracle.mdx +++ b/website/content/api-docs/secret/databases/oracle.mdx @@ -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.