docs/db: fix outdated static role information (#22239)

This commit is contained in:
John-Michael Faircloth 2023-08-08 11:02:53 -05:00 committed by GitHub
parent be2f109275
commit a1a5be97e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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