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

Fixed internal server error when enabling keycloak on existing installation #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 6, 2024

  1. Fixed internal server error when enabling keycloak on existing instal…

    …lation
    
    When you rerun engine-setup to activate Keycloak, it can't find the OVESETUP_CONFIG/adminPassword value in the environmental variables. This becomes a problem when you're setting up Keycloak alone because it needs that password to finish the setup. Since we can't fetch the password in plain text from anywhere, we ask the user to enter the engine password so the setup can complete successfully.
    
    Note: This is not an issue when setting up a fresh installation with engine-setup (and immediately activating keycloak), because the password is stored in the environmental variables.
    Signed-off-by: Brooklyn Dewolf <[email protected]>
    BrooklynDewolf committed May 6, 2024
    Configuration menu
    Copy the full SHA
    09a55ce View commit details
    Browse the repository at this point in the history