-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use forward-proxy hostname when running local and in docker
- Loading branch information
1 parent
2eacab6
commit f87f42d
Showing
6 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
export FORWARD_PROXY_CERTS=/config/oauth/forward-proxy | ||
export FORWARD_PROXY_CERTS=/usr/local/apache2/conf | ||
export FORWARD_PROXY_CA_CERT=${FORWARD_PROXY_CERTS}/ca_forward-proxy_certificate.pem | ||
export FORWARD_PROXY_URL=https://forward-proxy:9092/realms/test | ||
export FORWARD_PROXY_URL=https://forward-proxy:9092 | ||
export OAUTH_PROVIDER_URL=${KEYCLOAK_URL} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
export FORWARD_PROXY_CERTS=/config/oauth/forward-proxy | ||
export FORWARD_PROXY_CERTS=/usr/local/apache2/conf | ||
export FORWARD_PROXY_CA_CERT=${FORWARD_PROXY_CERTS}/ca_forward-proxy_certificate.pem | ||
export FORWARD_PROXY_URL=https://localhost:9092/realms/test | ||
export FORWARD_PROXY_URL=https://forward-proxy:9092 | ||
export OAUTH_PROVIDER_URL=${KEYCLOAK_URL} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export KEYCLOAK_URL=https://localhost:8443/realms/test | ||
export KEYCLOAK_URL=https://keycloak:8443/realms/test | ||
export KEYCLOAK_CA_CERT=selenium/test/oauth/keycloak/ca_keycloak_certificate.pem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters