Skip to content

Commit fd7190d

Browse files
bosouzaschavis
andauthored
Update website/content/partials/deprecation/duplicate-hcl-attributes.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
1 parent 28874cc commit fd7190d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

website/content/partials/deprecation/duplicate-hcl-attributes.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66

77
The 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

1315
Configuration files provided to any Vault CLI commands are also subject to this deprecation and will warn about the
1416
usage of duplicate attributes.

0 commit comments

Comments
 (0)