mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Allow comment key in policies
This commit is contained in:
parent
473bb4173a
commit
0a6e4830bf
1 changed files with 1 additions and 0 deletions
|
|
@ -236,6 +236,7 @@ func parsePaths(result *Policy, list *ast.ObjectList, performTemplating bool, en
|
|||
}
|
||||
|
||||
valid := []string{
|
||||
"comment",
|
||||
"policy",
|
||||
"capabilities",
|
||||
"allowed_parameters",
|
||||
|
|
|
|||
Loading…
Reference in a new issue