Remove duplicated allow_empty_principals parameter in role api docs (#28580)

This commit is contained in:
Steven Clark
2024-10-03 09:54:22 -04:00
committed by GitHub
parent f2656be89f
commit baf794b621

View File

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