-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Validate Consul secrets while respecting federation (#1126)
* Add validation package with Kubernetes checks * Add values struct * Add Release and a way to check if a fed secret should be expected * Add comment to CloseWithError * Correct ReplicationToken values to strings * Look for secrets across all namespaces * Check for secrets, respecting the federation secret * Modify secrets test to take into account federation * Remove validations that aren't ready to be used yet * Remove previous helmValues struct * Simplify collecting namespaced secrets * Add changelog and fix comment * Capitalize an "e" * Use command context * Use string template in place of concatenation
- Loading branch information
Thomas Eckert
authored
Mar 30, 2022
1 parent
07b191b
commit 7ae8173
Showing
9 changed files
with
949 additions
and
56 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
Oops, something went wrong.