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(BA-633): Update route pattern for pipeline login proxy requests #3574

Merged
merged 4 commits into from
Feb 6, 2025

Conversation

rapsealk
Copy link
Member

@rapsealk rapsealk commented Feb 4, 2025

Follow-up of #3353 & resolves #3573 (BA-633)

It has been reported that the route pattern /pipeline/{path:login/$} does not match /pipeline/api/login/ which is used in production environment.

Checklist: (if applicable)

  • Milestone metadata specifying the target backport version
  • Mention to the original issue
  • Test case(s) to:
    • Demonstrate the difference of before/after

@github-actions github-actions bot added comp:webserver Related to Web Server component size:S 10~30 LoC labels Feb 4, 2025
.fix.md -> 3574.fix.md

Co-authored-by: octodog <[email protected]>
@rapsealk rapsealk added the type:bug Reports about that are not working label Feb 4, 2025
@rapsealk rapsealk requested a review from HyeockJinKim February 4, 2025 07:26
@github-actions github-actions bot added size:XS ~10 LoC and removed size:S 10~30 LoC labels Feb 5, 2025
@HyeockJinKim HyeockJinKim added this pull request to the merge queue Feb 6, 2025
Merged via the queue into main with commit 91a1e7d Feb 6, 2025
20 checks passed
@HyeockJinKim HyeockJinKim deleted the fix/BA-633-pipeline-login-proxy-handler branch February 6, 2025 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:webserver Related to Web Server component size:XS ~10 LoC type:bug Reports about that are not working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pipeline login proxy request is mapped to wrong handler in production
2 participants