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

DBACLD-155807 validate instructions for using keycloak with ODM #197

Merged
merged 7 commits into from
Nov 12, 2024

Conversation

fredmerci
Copy link
Contributor

@fredmerci fredmerci commented Nov 6, 2024

I followed the instructions for Openshift using routes and came up with the following changes/suggestions:

  • added the file keycloak.yaml and explained how to use it to deploy keycloak to solve a problem accessing the Admin console behind a reverse proxy set up for TLS termination. (keycloak does not take into account the 'Forward' header otherwise and use the wrong scheme (http instead of https) to access some resource files)

  • in keycloak-odm-script.zip:

    • update generateTemplate.sh
      • make generateTemplate.sh executable
      • replace USER_ID by USERID_CLAIM
      • display a msg if USERID_CLAIM is not provided telling that the default value preferred_username is used
      • reformulate the usage help
    • update templates/openIdWebSecurity.xml
      • replace KEYCLOAK_USERID by KEYCLOAK_USERID_CLAIM
  • miscellaneous reformulations

@fredmerci fredmerci merged commit 95e83d3 into vnext-release Nov 12, 2024
2 checks passed
@fredmerci fredmerci deleted the review-keycloak-fred branch November 12, 2024 13:29
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