-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: introduce 4 new methods for the CredentialManager and deprecate some old ones #189
Conversation
…words Similar to splunk/addonfactory-solutions-library-python#189. This change should fix the situation when you try to get a specific password for you add-on and some other password in other add-on is corrupted, then the configuration page is not loading for all the add-ons.
485ea0a
to
688a75d
Compare
f1c1d21
to
13a36c4
Compare
Codecov Report
@@ Coverage Diff @@
## main #189 +/- ##
==========================================
- Coverage 84.09% 74.54% -9.55%
==========================================
Files 23 23
Lines 1848 1882 +34
==========================================
- Hits 1554 1403 -151
- Misses 294 479 +185
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
… some old ones This commit introduces 4 new methods for the CredentialManager: get_raw_passwords, get_raw_passwords_in_realm, get_clear_passwords, get_clear_passwords_in_realm which now should be used to access passwords through CredentialManager. Some old methods like _get_all_passwords_in_realm and _get_all_passwords were deprecated.
13a36c4
to
e2a4330
Compare
🎉 This PR is included in version 4.7.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This commit introduces 4 new methods for the CredentialManager: get_raw_passwords, get_raw_passwords_in_realm, get_clear_passwords, get_clear_passwords_in_realm which now should be used to access passwords through CredentialManager.
Some old methods like _get_all_passwords_in_realm and _get_all_passwords were deprecated.