Skip to content

Commit 2334e4b

Browse files
bosouzaschavis
andauthored
Update content/vault/global/partials/policies/list-allowed-parameters.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
1 parent 01469b2 commit 2334e4b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/vault/global/partials/policies/list-allowed-parameters.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,10 @@ parameters as lists when evaluating `allowed_parameters` and `denied_parameters`
3030
For instance, configuring `denied_parameters` as `"Z": ["C", "D", ["C"], ["D"], ["C", "D"], ["D", "C"]]`
3131
does not block requests that set `"Z": "C,D"` or `"Z": "D,C"`
3232

33-
Vault 1.21.0 and later corrects all of these unexpected behaviors.
33+
<Tip title="Consider upgrading to 1.21.x or later">
34+
35+
Vault addressed the unexpected behavior of
36+
`allowed_parameters` and `denied_parameters` in 1.21.x with
37+
more intuitive list processing.
38+
39+
</Tip>

0 commit comments

Comments
 (0)