-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* call validateBody() for each parsed HCL body; check label for definition child blocks; check label uniqueness for backend labels * move backend label validity check * move backend label anonymous check * AC missing/empty label check * AC reserved label check * check label uniqueness for AC labels * check endpoint path pattern uniqueness * repeat uniqueness checks on merged config * split and rename tests * changelog entry * white-space-trim backend labels, too * use label range for invalid environment label * don't export struct and load function currently only used by tests * use nil context * extract code to function * use separate variables * extract code to function * check jwt signing profiles Co-authored-by: Alex Schneider <alex.schneider@avenga.com>
- Loading branch information
Showing
14 changed files
with
912 additions
and
326 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
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
Oops, something went wrong.