mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-14 23:31:48 +01:00
docs/policies: update denied_parameters description (#18366)
This commit is contained in:
parent
58e9f4fcb6
commit
bc42a6cce8
@ -442,8 +442,8 @@ constrain requests, using the following options:
|
||||
}
|
||||
```
|
||||
|
||||
- `denied_parameters` - Blacklists a list of parameter and values. Any values
|
||||
specified here take precedence over `allowed_parameters`.
|
||||
- `denied_parameters` - A list of keys and values that are not permitted on the given
|
||||
path. Any values specified here take precedence over `allowed_parameters`.
|
||||
|
||||
- Setting a parameter with a value of the empty list denies any changes to
|
||||
that parameter.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user