Skip to content

Commit

Permalink
Use the appropriate prefix for new keycloak.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Oct 1, 2024
1 parent 0e80ca5 commit 075bcb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion profiles/keycloak/pulp_config.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ PULP_GALAXY_DEPLOYMENT_MODE=standalone
PULP_SOCIAL_AUTH_KEYCLOAK_KEY=automation-hub
PULP_SOCIAL_AUTH_KEYCLOAK_SECRET=REALLYWELLKEPTSECRET
PULP_SOCIAL_AUTH_LOGIN_REDIRECT_URL={API_PROTOCOL}://{API_HOST}:{API_PORT}
PULP_KEYCLOAK_AUTH_PREFIX="auth/"
#PULP_KEYCLOAK_AUTH_PREFIX="auth/"
PULP_KEYCLOAK_AUTH_PREFIX=""
PULP_KEYCLOAK_PROTOCOL=http
PULP_KEYCLOAK_HOST=keycloak
PULP_KEYCLOAK_HOST_LOOPBACK=localhost
Expand Down

0 comments on commit 075bcb2

Please sign in to comment.