File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
website/content/partials/deprecation Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 66
77The usage of duplicate attributes in HCL configuration files and policy definitions is deprecated.
88
9- Look for "policy contains duplicate attributes" warnings in the server logs to identify if you are affected, once
10- support for duplicate attributes ends any attempts to interact with such policies will result fail, like creating a
11- token referencing it or even using a token that references it.
9+ To find affected policies, look for "policy contains duplicate attributes"
10+ warnings in the server logs. Once we remove support for duplicate attributes,
11+ you cannot interact with affected policies. For example, Vault will return an
12+ error if you try to create a token referencing an affected policy or use an
13+ existing token that references the policy.
1214
1315Configuration files provided to any Vault CLI commands are also subject to this deprecation and will warn about the
1416usage of duplicate attributes.
You can’t perform that action at this time.
0 commit comments