feat(api): adds automatic keycloak verification#12
Open
Matt-Carre wants to merge 8 commits into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 5 +2
Lines 22 75 +53
=========================================
+ Hits 22 75 +53 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
384fc4a to
ba92fc2
Compare
Collaborator
Author
|
Not entirely sure how to test the "_open_auth_url" portion of the "return_key" function. Do you guys have any ideas? In the mean time, once this and the previous PR are approved, this will be moved to the auth folder, and will also delete the old get_token.py file. |
TBThomas56
reviewed
Jun 30, 2026
TBThomas56
reviewed
Jun 30, 2026
TBThomas56
reviewed
Jun 30, 2026
a7ef3c1 to
1b211ba
Compare
c64c654 to
0b40e38
Compare
cc86dad to
7fe2f72
Compare
f184967 to
47bccfa
Compare
JamesDoingStuff
left a comment
Collaborator
There was a problem hiding this comment.
Good work with the tests 👍 What's the process for using this auth mechanism? Or is that to come in future? I tried running a print(return_key(True)) but I only seem to get Client not found from keycloak
47bccfa to
81e49e2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds keycloak verification to the graphql file