feat: oauth startup check#230
Open
RobinKnipe wants to merge 8 commits into
Open
Conversation
Coverage report
Show new covered files 🐣
Test suite run success578 tests passing in 67 suites. Report generated by 🧪jest coverage report action from 069acfc |
RobinKnipe
force-pushed
the
feat/oauth-startup-check
branch
3 times, most recently
from
June 23, 2026 12:07
d2494ce to
dfe3e70
Compare
RobinKnipe
force-pushed
the
feat/oauth-startup-check
branch
from
July 16, 2026 17:51
dfe3e70 to
d0f3430
Compare
pgbsl
reviewed
Jul 17, 2026
| try { | ||
| logger.info(`Fetching JWKS keys from ${config.get('oidc.jwksURI')}`) | ||
| const res = await fetch(config.get('oidc.jwksURI')) | ||
| if (!res.ok) { |
Contributor
There was a problem hiding this comment.
A few coverage-related warnings below
RobinKnipe
force-pushed
the
feat/oauth-startup-check
branch
from
July 17, 2026 15:49
d0f3430 to
ca1a2ac
Compare
- switch `jwks-rsa` module for the underlying `jose`, and reduce deps - remove unused `https-proxy-agent`, use Node v24 auto-proxy feature
RobinKnipe
force-pushed
the
feat/oauth-startup-check
branch
from
July 17, 2026 16:59
ca1a2ac to
6f4032f
Compare
RobinKnipe
force-pushed
the
feat/oauth-startup-check
branch
from
July 17, 2026 17:01
6f4032f to
069acfc
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.



Remove the pointless and overly complicated Mongo DB support from the JWKS auth code.
Add a startup health check to confirm the auth code & config is correctly setup.
This resolves Jira ticket: FCPDAL-262