Skip to content
Snippets Groups Projects
Commit a35d4b00 authored by Spencer Sutton's avatar Spencer Sutton
Browse files

Entitlements V2

commit 934ae6f0 
Author: Rucha Deshpande <deshruch@amazon.com> 
Date: Wed May 05 2021 17:05:58 GMT-0500 (Central Daylight Time) 

    update entitlements domain


commit 63173bf4 
Author: Rucha Deshpande <deshruch@amazon.com> 
Date: Wed May 05 2021 11:42:30 GMT-0500 (Central Daylight Time) 

    use Entitlements V2
parent b77fb3c8
No related branches found
No related tags found
1 merge request!155Entitlements V2
......@@ -63,7 +63,7 @@ OTHER_RELEVANT_DATA_COUNTRIES=US
LEGAL_TAG=opendes-public-usa-dataset-1
DEFAULT_DATA_PARTITION_ID_TENANT1=opendes
DEFAULT_DATA_PARTITION_ID_TENANT2=common
ENTITLEMENTS_DOMAIN=testing.com
ENTITLEMENTS_DOMAIN=example.com
ELASTIC_HOST=localhost
ELASTIC_PORT=9200
SEARCH_HOST=<YOUR_API_URL_HERE>/api/search/v2/
......
LOG_PREFIX=indexer
server.servlet.contextPath=/api/indexer/v2/
AUTHORIZE_API=${ENTITLEMENTS_BASE_URL}/api/entitlements/v1
AUTHORIZE_API=${ENTITLEMENTS_BASE_URL}/api/entitlements/v2
logging.level.org.springframework.web=${LOG_LEVEL}
server.port=${APPLICATION_PORT}
......
......@@ -24,7 +24,7 @@ export AWS_COGNITO_AUTH_PARAMS_PASSWORD=$ADMIN_PASSWORD
export AWS_COGNITO_AUTH_PARAMS_USER=$ADMIN_USER
export DEFAULT_DATA_PARTITION_ID_TENANT1=opendes
export DEFAULT_DATA_PARTITION_ID_TENANT2=common
export ENTITLEMENTS_DOMAIN=testing.com
export ENTITLEMENTS_DOMAIN=example.com
export OTHER_RELEVANT_DATA_COUNTRIES=US
export STORAGE_HOST=$STORAGE_URL
export HOST=$SCHEMA_URL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment