Skip to content

Commit

Permalink
fix: CDR-1401 change keycloak_url to http://localhost:8081/auth
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislavploaia committed May 31, 2024
1 parent 4b21a5b commit 7c66bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/robot/_resources/variables/sut_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

# KEYCLOAK SETTINGS
HEADER = {"Content-Type": "application/x-www-form-urlencoded"}
KEYCLOAK_URL = "http://keycloak:8080/auth"
KEYCLOAK_URL = "http://localhost:8081/auth"
KC_AUTH_URL = KEYCLOAK_URL + "/realms/cdr-core-sanity-check/protocol/openid-connect/auth"
KC_ACCESS_TOKEN_URL = KEYCLOAK_URL + "/realms/cdr-core-sanity-check/protocol/openid-connect/token"
KC_JWT_ISSUERURI = KEYCLOAK_URL + "/realms/cdr-core-sanity-check"
Expand Down

0 comments on commit 7c66bcc

Please sign in to comment.