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

Add ingress for rewriting Keycloak requests from /auth to / #228

Closed
wants to merge 1 commit into from

Conversation

megian
Copy link
Contributor

@megian megian commented Jul 21, 2023

Keycloak based on Wilfly had a default relativ path of /auth. Since the migration to Quarkus this would be / by default. Existing clients can not be migrated in a big bang scenario.

This adds the capability to serve the Keycloak requests on / and /auth at the same time. NGNIX-Ingress and OpenShift has been tested.

Checklist

  • The PR has a meaningful title. It will be used to auto generate the
    changelog.
    The PR has a meaningful description that sums up the change. It will be
    linked in the changelog.
  • PR contains a single logical change (to build a better changelog).
  • Update the documentation.
  • Categorize the PR by adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency
    as they show up in the changelog.
  • Link this PR to related issues or PRs.

@megian megian added the enhancement New feature or request label Jul 21, 2023
@megian megian linked an issue Jul 21, 2023 that may be closed by this pull request
@megian megian force-pushed the feat/auth-rewrite branch 4 times, most recently from b23c118 to ad27c43 Compare July 24, 2023 09:54
@megian megian force-pushed the feat/auth-rewrite branch 2 times, most recently from c7a2555 to 3bb4bd2 Compare September 19, 2023 07:09
@megian megian force-pushed the feat/auth-rewrite branch 2 times, most recently from 9fc6a8f to 9536940 Compare January 8, 2024 08:29
@megian megian force-pushed the feat/auth-rewrite branch 2 times, most recently from 929f2db to e13a372 Compare March 13, 2024 12:13
Keycloak based on Wilfly had a default relativ path of /auth.
Since the migration to Quarkus this would be / by default.
Existing clients can not be migrated in a big bang scenario.

This adds the capability to serve the Keycloak requests on / and
/auth at the same time. NGNIX-Ingress and OpenShift has been tested.
@megian megian force-pushed the feat/auth-rewrite branch from e13a372 to fb8b4c4 Compare March 13, 2024 12:27
@megian megian closed this Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Post Quarkus Migration] Add /auth redirection?
1 participant