-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add error message if using password list in config (#941)
* Remove support for providing plaintext passwords in config/tessera CLI Existing configs containing an empty password list will still be allowed. * Only validate key passwords once the rest of config has been validated This is to prevent keys being decrypted before the config validation flags the use of the "passwords" field as invalid. * Remove support for passwords field in config when running w/ keygen * Account for keys configuration containing only the passwordFile field * Unit tests for deprecated passwords config field
- Loading branch information
Showing
10 changed files
with
511 additions
and
68 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
Oops, something went wrong.