-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yml: fix regression parsing policy definitions
This commit fixes a regression introduced by a229d68. Identities assigned to a policy in the YAML config file have been ignored in the following case: ``` policy: - my-policy: allow: - /v1/key/create/* identity: - ${MY_CLIENT_IDENTITY} ``` Before, the config file parsing expected `identities` - not `identity`. After a229d68 `identities` has been ignored. This commit fixes this by reverting to the previous behavior of only honoring `identities`. Signed-off-by: Andreas Auernhammer <[email protected]>
- Loading branch information
1 parent
5a52d51
commit 2629439
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters