diff --git a/NOTICE b/NOTICE
index 5c84cd90428dfa263c389c621fda2f4a8f9cca53..abadac2e0bc4c53f0900712151e1c71f1cee2ec3 100644
--- a/NOTICE
+++ b/NOTICE
@@ -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 )
-
-
diff --git a/provider/indexer-aws/.env.template b/provider/indexer-aws/.env.template
index 3d87252c9a7cb375eabefd7c3c1c733c2fe2a4b4..0322ed57a2cbd6f3aec5e0b3c3909c822dd3341b 100644
--- a/provider/indexer-aws/.env.template
+++ b/provider/indexer-aws/.env.template
@@ -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/
diff --git a/provider/indexer-aws/src/main/resources/application.properties b/provider/indexer-aws/src/main/resources/application.properties
index 299e9198eb748c87648e11f54835429e835c045f..13aa84b45137db6c87cf2e03786d77f8e6d5df51 100644
--- a/provider/indexer-aws/src/main/resources/application.properties
+++ b/provider/indexer-aws/src/main/resources/application.properties
@@ -1,7 +1,7 @@
 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}
 
diff --git a/testing/indexer-test-aws/build-aws/run-tests.sh b/testing/indexer-test-aws/build-aws/run-tests.sh
index 2123c4956735d7c9cb5e8f0cfabd8b04c83d9629..b641359ac150de12cc6b8657ab16e3cd88ed17f3 100755
--- a/testing/indexer-test-aws/build-aws/run-tests.sh
+++ b/testing/indexer-test-aws/build-aws/run-tests.sh
@@ -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