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

Fix oidc login and add working example #638

Merged
merged 5 commits into from Sep 28, 2020
Merged

Conversation

derBroBro
Copy link
Contributor

@derBroBro derBroBro commented Sep 27, 2020

This PR fixed #631.
In addition to the fixed get request, I added an working example as well.

If anything should be change, just let me know :)

@derBroBro derBroBro requested a review from a team as a code owner September 27, 2020 08:38
@codecov
Copy link

codecov bot commented Sep 27, 2020

Codecov Report

Merging #638 into develop will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #638   +/-   ##
========================================
  Coverage    83.49%   83.49%           
========================================
  Files           59       59           
  Lines         3103     3103           
========================================
  Hits          2591     2591           
  Misses         512      512           
Impacted Files Coverage Δ
hvac/api/auth_methods/jwt.py 92.30% <ø> (ø)

@jeffwecan jeffwecan added documentation documentation updates and/or requests for expanded documentation enhancement a new feature or addition jwt/oidc JWT/OIDC auth method labels Sep 28, 2020
Copy link
Member

@jeffwecan jeffwecan left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution! 😄

@@ -1,5 +1,21 @@
# Changelog

## 0.10.6 ()
Copy link
Member

Choose a reason for hiding this comment

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

FYI, these changelog entries actually get drafted as PRs are merged and then updated during the release process (https://github.com/hvac/hvac/blob/develop/CONTRIBUTING.md#creating--publishing-releases). Including them in this PR is no trouble either tho.

@jeffwecan jeffwecan merged commit 3748340 into hvac:develop Sep 28, 2020
@jeffwecan jeffwecan mentioned this pull request Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation documentation updates and/or requests for expanded documentation enhancement a new feature or addition jwt/oidc JWT/OIDC auth method
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issues on OIDC callback function
2 participants