From b2c2ae4c2fd41a976c8a3ee0e33892ddaa84ea05 Mon Sep 17 00:00:00 2001 From: Steven Clark Date: Thu, 3 Oct 2024 09:25:52 -0400 Subject: [PATCH] Remove duplicated allow_empty_principals parameter in role api docs --- website/content/api-docs/secret/ssh.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/website/content/api-docs/secret/ssh.mdx b/website/content/api-docs/secret/ssh.mdx index ff1bf37655ba..f552fecf6950 100644 --- a/website/content/api-docs/secret/ssh.mdx +++ b/website/content/api-docs/secret/ssh.mdx @@ -194,10 +194,6 @@ This endpoint creates or updates a named role. - `not_before_duration` `(duration: "30s")` – Specifies the duration by which to backdate the `ValidAfter` property. Uses [duration format strings](/vault/docs/concepts/duration-format). -- `allow_empty_principals` `(bool: false)` - If true, allows certificates - to be issued against all principals. Highly recommended to use the default of - false. - ### Sample payload ```json