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

Adding Keycloak Webapp Environment Variables #163

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

jacob6838
Copy link
Collaborator

PR Details

Description

Converting hardcoded webapp Keycloak parameters to environment variables. This involves adding a new environment variable:
KEYCLOAK_GUI_CLIENT_ID=cvmanager-gui

And including 2 new environment variables in the webapp docker image:
KEYCLOAK_REALM=cvmanager
KEYCLOAK_GUI_CLIENT_ID=cvmanager-gui

How Has This Been Tested?

This has been tested using docker, running the entire cvmanager system locally (with profiles basic,webapp,intersection)

Types of changes

  • Defect fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that cause existing functionality to change)

Checklist:

  • My changes require new environment variables:
    • I have updated the docker-compose, K8s YAML, and all dependent deployment configuration files.
  • My changes require updates to the documentation:
    • I have updated the documentation accordingly.
  • My changes require updates and/or additions to the unit tests:
    • I have modified/added tests to cover my changes.
  • All existing tests pass.

@jacob6838 jacob6838 requested a review from drewjj February 14, 2025 21:08
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.

1 participant