Skip to content

Commit

Permalink
Cleanup.
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 075bcb2 commit 814dba8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions profiles/keycloak/pulp_config.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ 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=""
PULP_KEYCLOAK_PROTOCOL=http
PULP_KEYCLOAK_HOST=keycloak
Expand All @@ -22,10 +21,3 @@ KEYCLOAK_REDIRECT_URL="{API_PROTOCOL}://{API_HOST}:{API_PORT}/"
# Integration test settings
HUB_TEST_AUTHENTICATION_BACKEND="keycloak"
HUB_TEST_MARKS=deployment_standalone or all or keycloak

## RENDERED ...
#[root@a06dd698f808 /]# dynaconf list | grep -i keycloak | grep -i url
#SOCIAL_AUTH_KEYCLOAK_LOGOUT_URL<NoneType> None
#KEYCLOAK_URL<str> 'http://keycloak:8080'
#SOCIAL_AUTH_KEYCLOAK_AUTHORIZATION_URL<str> 'http://localhost:8080/auth/realms/aap/protocol/openid-connect/auth/'
#SOCIAL_AUTH_KEYCLOAK_ACCESS_TOKEN_URL<str> 'http://keycloak:8080/auth/realms/aap/protocol/openid-connect/token/'

0 comments on commit 814dba8

Please sign in to comment.