Skip to content
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

Merged
merged 5 commits into from
Jan 13, 2023

Conversation

giffels
Copy link
Member

@giffels giffels commented Dec 9, 2022

This pull request enables support for OpenStack application credentials . The OpenStack now supports the traditional authentication using username and password as well as application_credential_id and application_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.

@codecov-commenter
Copy link

codecov-commenter commented Dec 9, 2022

Codecov Report

Base: 98.88% // Head: 98.88% // No change to project coverage 👍

Coverage data is based on head (a203b86) compared to base (3f88e76).
Patch has no changes to coverable lines.

❗ Current head a203b86 differs from pull request most recent head 8dc97c3. Consider uploading reports for the commit 8dc97c3 to get more accurate results

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           
Impacted Files Coverage Δ
tardis/adapters/sites/openstack.py 100.00% <ø> (ø)

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@giffels giffels marked this pull request as ready for review January 10, 2023 16:59
@giffels giffels requested review from a team, eileen-kuehn and rfvc and removed request for a team January 10, 2023 16:59
Copy link
Contributor

@rfvc rfvc left a 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 👍

Copy link
Member

@eileen-kuehn eileen-kuehn left a 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! 👍

@giffels giffels merged commit 95edf29 into MatterMiners:master Jan 13, 2023
@giffels giffels deleted the add-openstack-app-creds branch January 13, 2023 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants