-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements to parameter encryption to support per-namespace keys (#…
…4855) * Review notes and refactoring. No intended semantic change. * Remove 'strange construction' of param as json. Simplify expression. * Remove unnecessary cons of Encrypter class. * Refactoring of encryptor names. * Move lock/unlock to Parameters. Refactor tests. * Partition params into locked and unlocked sets. * Remove getter, make field protected/accessible for test. * Comments. * Revert changes to test suite. * Exclude overriden parameters from decryption. * Tighten tests. Add test for unlocking args in container proxy. * Fix test.
- Loading branch information
Showing
18 changed files
with
408 additions
and
379 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.