Skip to content
Snippets Groups Projects
Commit 5b7d64a6 authored by Rucha Deshpande's avatar Rucha Deshpande
Browse files

Merge branch 'aws-multitenant-v2' into 'master'

Entitlements V2

See merge request !155
parents adab71e0 8005e2ad
No related branches found
No related tags found
1 merge request!155Entitlements V2
Pipeline #42436 passed with warnings
......@@ -1107,5 +1107,3 @@ The following software have components provided under the terms of this license:
- jts-core (from )
- jts-io-common (from )
- xml-apis (from )
......@@ -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