-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new logic for looking up Strongbox Secrets
We now try to deduce if we need to lookup Strongbox keyring/identity Secret. We do this by checking for `filter=strongbox` in `.gitattributes` in a given Namespace. This should cover majority of cases and allow use default settings. For those who **only** have Strongbox files in remote bases that are loaded via Kustomize, need to enable Strongbox functionality via `STRONGBOX_FORCE="true"`. We are also adding a safeguard, we now check `kustomize build` output and check Secret data values for Strongbox headers. Plugin will fail if it finds a Strongbox header in Secret data.
- Loading branch information
1 parent
a69db60
commit d177cb3
Showing
9 changed files
with
300 additions
and
60 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.