Skip to content

Commit

Permalink
EOEPCA-120 domain changed testing pourposes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVillanueva committed Jul 20, 2020
1 parent 07ef001 commit cc1267b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
14 changes: 1 addition & 13 deletions src/config/config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@
{
"realm": "eoepca",
"auth_server_url": "https://eoepca-dev.deimos-space.com",
"proxy_endpoint": "/",
"service_host": "0.0.0.0",
"service_port": 5566,
"s_margin_rpt_valid": 5,
"check_ssl_certs": false,
"use_threads": true,
"debug_mode": true,
"resource_server_endpoint": "http://eoepca-ades-core",
"api_rpt_uma_validation": true
}
{"realm": "eoepca", "auth_server_url": "https://test.eoepca.org", "proxy_endpoint": "/", "service_host": "0.0.0.0", "service_port": 5566, "s_margin_rpt_valid": 5, "check_ssl_certs": false, "use_threads": true, "debug_mode": true, "resource_server_endpoint": "http://eoepca-ades-core", "api_rpt_uma_validation": true, "client_id": "8fe1f6a8-c834-422b-8d1d-771a5c53bf6b", "client_secret": "529b0d46-1ac5-4f23-a84e-f56e0158e3a8"}
4 changes: 2 additions & 2 deletions src/config/um-pep-engine-config-env-vars
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PEP_REALM="eoepca"
PEP_AUTH_SERVER_URL="https://demoexample.gluu.org"
PEP_AUTH_SERVER_URL="https://test.eoepca.org"
PEP_PROXY_ENDPOINT="/pep"
PEP_SERVICE_HOST="0.0.0.0"
PEP_SERVICE_PORT=5566
Expand All @@ -8,4 +8,4 @@ PEP_CHECK_SSL_CERTS=false
PEP_USE_THREADS=true
PEP_DEBUG_MODE=true
PEP_RESOURCE_SERVER_ENDPOINT="http://localhost:9000"
PEP_API_RPT_UMA_VALIDATION=true
PEP_API_RPT_UMA_VALIDATION=true
2 changes: 1 addition & 1 deletion travis/setupCluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#GLUU_SECRET_ADAPTER="kubernetes"
#ADMIN_PW="admin_Abcd1234#"
#EMAIL="[email protected]"
DOMAIN="eoepca-dev.deimos-space.com"
DOMAIN="test.eoepca.org"
##ORG_NAME="Deimos"
#COUNTRY_CODE="PT"
#STATE="NA"
Expand Down

0 comments on commit cc1267b

Please sign in to comment.