Rewrite a confusing bit of policies docs re parameter constraints. (#16182)

This commit is contained in:
Nick Cabatoff 2022-06-29 12:28:49 -04:00 committed by GitHub
parent 7a79a8aac9
commit ed52771d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -340,10 +340,8 @@ path take precedence over permissions on parameters.
See the [API Specification](/api-docs/secret/kv/kv-v2) for more information. 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 Policies can take into account HTTP request parameters to further
optionally further restrict paths based on the keys and data at those keys when constrain requests, using the following options:
evaluating the permissions for a path. The optional finer-grained control
options are:
- `required_parameters` - A list of parameters that must be specified. - `required_parameters` - A list of parameters that must be specified.