Skip to content

Commit

Permalink
docs: add allow_empty_principals to ssh_secret_backend_role docs (#2376)
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm authored Dec 3, 2024
1 parent 77c5bfa commit 5c9f9b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docs/r/ssh_secret_backend_role.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ The following arguments are supported:
* `not_before_duration` - (Optional) Specifies the duration by which to backdate the ValidAfter property.
Uses [duration format strings](https://developer.hashicorp.com/vault/docs/concepts/duration-format).

* `allow_empty_principals` - (Optional) Allow signing certificates with no
valid principals (e.g. any valid principal). For backwards compatibility
only. The default of false is highly recommended.


### Allowed User Key Configuration
* `type` - (Required) The SSH public key type.
Expand Down

0 comments on commit 5c9f9b6

Please sign in to comment.