Skip to content

allow wildcard traffic path to be unauthenticated if config - #723

Merged
Tianyu Lei (lei-tianyu) merged 2 commits into
8.0.xfrom
allow-wildcard-bypasss
Aug 19, 2026
Merged

allow wildcard traffic path to be unauthenticated if config#723
Tianyu Lei (lei-tianyu) merged 2 commits into
8.0.xfrom
allow-wildcard-bypasss

Conversation

@lei-tianyu

Copy link
Copy Markdown
Contributor

if customer config authentication.skip.paths=/, createGlobalAuthConstraint will override this value , and authentication.skip.paths is not applied and / will still require authn , this only happen after 8.0 due to jetty 12 upgraede

@lei-tianyu
Tianyu Lei (lei-tianyu) requested review from a team as code owners July 24, 2026 22:53
Covers the wildcard skip-path regression (authentication.skip.paths="/*"
colliding with the hardcoded global "/*" auth constraint) with real HTTP
requests against a running server, plus a non-wildcard skip-path test
confirming other paths remain protected.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@lei-tianyu
Tianyu Lei (lei-tianyu) merged commit 163ee65 into 8.0.x Aug 19, 2026
6 checks passed
@lei-tianyu
Tianyu Lei (lei-tianyu) deleted the allow-wildcard-bypasss branch August 19, 2026 22:13
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.

2 participants