From a1a5be97e2e9c3fd581e5d0697ff3ab572f02540 Mon Sep 17 00:00:00 2001 From: John-Michael Faircloth Date: Tue, 8 Aug 2023 11:02:53 -0500 Subject: [PATCH] docs/db: fix outdated static role information (#22239) --- website/content/api-docs/secret/databases/index.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/content/api-docs/secret/databases/index.mdx b/website/content/api-docs/secret/databases/index.mdx index f28b46b30a..96fe415cbd 100644 --- a/website/content/api-docs/secret/databases/index.mdx +++ b/website/content/api-docs/secret/databases/index.mdx @@ -479,8 +479,7 @@ $ curl \ This endpoint creates or updates a static role definition. Static Roles are a 1-to-1 mapping of a Vault Role to a user in a database which are automatically -rotated based on the configured `rotation_period`. Not all databases support -Static Roles, please see the database-specific documentation. +rotated based on the configured `rotation_period`. ~> This endpoint distinguishes between `create` and `update` ACL capabilities.