-
Notifications
You must be signed in to change notification settings - Fork 4
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
#210 - Add Basic Auth to direct broker #211
Merged
michael-82
merged 1 commit into
develop
from
feature/210-add-basic-auth-to-direct-broker
Jan 11, 2024
Merged
#210 - Add Basic Auth to direct broker #211
michael-82
merged 1 commit into
develop
from
feature/210-add-basic-auth-to-direct-broker
Jan 11, 2024
Conversation
This file contains 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
Collaborator
michael-82
commented
Oct 4, 2023
- add username and password env vars
- add auth interceptors to both fhir (cql) and spring (flare) clients
- (unrelated...add volume to docker compose file)
michael-82
force-pushed
the
feature/210-add-basic-auth-to-direct-broker
branch
from
November 2, 2023 10:35
fc6d163
to
f163295
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #211 +/- ##
=============================================
+ Coverage 74.12% 74.48% +0.35%
- Complexity 523 530 +7
=============================================
Files 124 124
Lines 2211 2226 +15
Branches 105 106 +1
=============================================
+ Hits 1639 1658 +19
+ Misses 512 506 -6
- Partials 60 62 +2 ☔ View full report in Codecov by Sentry. |
michael-82
force-pushed
the
feature/210-add-basic-auth-to-direct-broker
branch
from
November 3, 2023 08:41
f163295
to
4c1127d
Compare
michael-82
force-pushed
the
feature/210-add-basic-auth-to-direct-broker
branch
from
November 10, 2023 10:37
4c1127d
to
3510187
Compare
michael-82
force-pushed
the
feature/210-add-basic-auth-to-direct-broker
branch
2 times, most recently
from
November 22, 2023 14:09
8e1a84b
to
57b9c5c
Compare
...est/java/de/numcodex/feasibility_gui_backend/query/broker/direct/DirectSpringConfigTest.java
Fixed
Show fixed
Hide fixed
...est/java/de/numcodex/feasibility_gui_backend/query/broker/direct/DirectSpringConfigTest.java
Fixed
Show fixed
Hide fixed
michael-82
force-pushed
the
feature/210-add-basic-auth-to-direct-broker
branch
from
January 8, 2024 15:32
3474f8b
to
c379ebf
Compare
michael-82
force-pushed
the
feature/210-add-basic-auth-to-direct-broker
branch
4 times, most recently
from
January 10, 2024 14:45
acdebd9
to
a2f71a9
Compare
- add username and password env vars - add auth interceptors to both fhir (cql) and spring (flare) clients - (unrelated...add volume to docker compose file)
michael-82
force-pushed
the
feature/210-add-basic-auth-to-direct-broker
branch
from
January 10, 2024 14:49
a2f71a9
to
fd7562e
Compare
EmteZogaf
approved these changes
Jan 10, 2024
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.
lgtm
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.