From 7d87f6e51e35afbccb13f2afdd8703621b9a5117 Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core Date: Mon, 30 Sep 2024 09:51:04 -0400 Subject: [PATCH] backport of commit 70d5c5e5822344a7ad0a6334e96ad28e1fde834c (#28532) Co-authored-by: Steven Clark --- website/content/api-docs/secret/ssh.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/content/api-docs/secret/ssh.mdx b/website/content/api-docs/secret/ssh.mdx index 5b60ef5cd293..ff1bf37655ba 100644 --- a/website/content/api-docs/secret/ssh.mdx +++ b/website/content/api-docs/secret/ssh.mdx @@ -752,8 +752,9 @@ parameters of the issued certificate can be further customized in this API call. set. - `valid_principals` `(string: "")` – Specifies valid principals, either - usernames or hostnames, that the certificate should be signed for. Required - unless the role has specified allow_empty_principals. + usernames or hostnames, that the certificate should be signed for. Required + unless the role has specified allow_empty_principals or a value has been set for + either the default_user or default_user_template role parameters. - `cert_type` `(string: "user")` – Specifies the type of certificate to be created; either "user" or "host". @@ -936,4 +937,4 @@ $ curl \ "warnings": null, "auth": null } -``` \ No newline at end of file +```