-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work on #159: integrate use of keyring for secure credentials
* allow specifying private key data in UMAPI config, using `priv_key_data` config setting (requires the YAML `|` convention with indented PEM key data on following lines) * get LDAP password from keyring, using `secure_password_key` config setting * get UMAPI client secret from keyring, using `secure_client_secret_key` config setting * get UMAPI private key data from keyring, using `secure_priv_key_data_key` config setting * remove the credential manager * clean up conventions around if parens and None comparisons in config.py * get rid of all PEP8 style warnings in config.py and the directory modules.
- Loading branch information
Showing
6 changed files
with
153 additions
and
178 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
Oops, something went wrong.