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

Expand authentication with mTLS #554

Merged
merged 18 commits into from
Mar 28, 2024
Merged

Conversation

djkhl
Copy link
Collaborator

@djkhl djkhl commented Mar 26, 2024

In this PR the authentication methods should be expanded with mTLS.

ToDos:

  • implement feature
  • clean up implementation
  • add documentation
  • add tests

@djkhl djkhl self-assigned this Mar 26, 2024
@djkhl djkhl requested a review from ekneg54 March 28, 2024 08:26
@djkhl djkhl marked this pull request as ready for review March 28, 2024 08:26
@codecov-commenter
Copy link

codecov-commenter commented Mar 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.39%. Comparing base (a326605) to head (7eb2132).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #554      +/-   ##
==========================================
+ Coverage   92.49%   94.39%   +1.90%     
==========================================
  Files         145      143       -2     
  Lines       10245     9909     -336     
==========================================
- Hits         9476     9354     -122     
+ Misses        769      555     -214     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@ekneg54 ekneg54 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your rock solid work 👍
I added a quickstart setup because I needed it to check if your implementation works against real web servers with client side authentication.

And what should I say: It works!!! Congratulations!

I also updated the Changelog.

And I have some considerations on your tests. Please have a look.

tests/unit/util/test_getter.py Show resolved Hide resolved
tests/unit/util/test_getter.py Outdated Show resolved Hide resolved
tests/unit/util/test_getter.py Outdated Show resolved Hide resolved
tests/unit/util/test_getter.py Show resolved Hide resolved
tests/unit/util/test_getter.py Outdated Show resolved Hide resolved
tests/unit/util/test_getter.py Outdated Show resolved Hide resolved
tests/unit/util/test_getter.py Outdated Show resolved Hide resolved
djkhl and others added 7 commits March 28, 2024 11:42
add suggestions from review

Co-authored-by: Jörg Zimmermann <101292599+ekneg54@users.noreply.github.com>
Co-authored-by: Jörg Zimmermann <101292599+ekneg54@users.noreply.github.com>
Co-authored-by: Jörg Zimmermann <101292599+ekneg54@users.noreply.github.com>
Co-authored-by: Jörg Zimmermann <101292599+ekneg54@users.noreply.github.com>
Co-authored-by: Jörg Zimmermann <101292599+ekneg54@users.noreply.github.com>
Co-authored-by: Jörg Zimmermann <101292599+ekneg54@users.noreply.github.com>
@ekneg54 ekneg54 self-requested a review March 28, 2024 12:30
Copy link
Collaborator

@ekneg54 ekneg54 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you

@ekneg54 ekneg54 merged commit 4914a24 into main Mar 28, 2024
10 checks passed
@ekneg54 ekneg54 deleted the dev-expand-authentication-with-mtls branch March 28, 2024 12:33
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.

3 participants