mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-13 14:51:34 +01:00
Rewrite a confusing bit of policies docs re parameter constraints. (#16182)
This commit is contained in:
parent
7a79a8aac9
commit
ed52771d63
@ -340,10 +340,8 @@ path take precedence over permissions on parameters.
|
||||
|
||||
See the [API Specification](/api-docs/secret/kv/kv-v2) for more information.
|
||||
|
||||
In Vault, data is represented as `key=value` pairs. Vault policies can
|
||||
optionally further restrict paths based on the keys and data at those keys when
|
||||
evaluating the permissions for a path. The optional finer-grained control
|
||||
options are:
|
||||
Policies can take into account HTTP request parameters to further
|
||||
constrain requests, using the following options:
|
||||
|
||||
- `required_parameters` - A list of parameters that must be specified.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user