-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add support for openstack application credentials #274
Conversation
Codecov ReportBase: 98.88% // Head: 98.88% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #274 +/- ##
=======================================
Coverage 98.88% 98.88%
=======================================
Files 56 56
Lines 2325 2325
=======================================
Hits 2299 2299
Misses 26 26
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
d56946a
to
a203b86
Compare
b40c7ac
to
8dc97c3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Back in the game 🥳 go for it! 👍
This pull request enables support for OpenStack application credentials . The OpenStack now supports the traditional authentication using
username
andpassword
as well asapplication_credential_id
andapplication_credential_secret
.This change was actual part of #231. So, in case miss a corresponding unittest, it will be part of #231 since it relies on the migration to Pydantic for input validation.