Skip to content

Commit

Permalink
Remove duplicated allow_empty_principals parameter in role api docs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
stevendpclark authored Oct 3, 2024
1 parent f2656be commit baf794b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions website/content/api-docs/secret/ssh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit baf794b

Please sign in to comment.