From d68d850d21bee16983d3020dec27dc47d24fa8aa Mon Sep 17 00:00:00 2001
From: Rucha Deshpande <deshruch@amazon.com>
Date: Thu, 6 May 2021 15:41:09 +0000
Subject: [PATCH] Entitlements V2

commit 6a3def3a
Author: Rucha Deshpande <deshruch@amazon.com>
Date: Wed May 05 2021 11:50:48 GMT-0500 (Central Daylight Time)

    use Entitlements V2
---
 .../notification-aws/src/main/resources/application.properties  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/provider/notification-aws/src/main/resources/application.properties b/provider/notification-aws/src/main/resources/application.properties
index 7baa534c8..704966d16 100644
--- a/provider/notification-aws/src/main/resources/application.properties
+++ b/provider/notification-aws/src/main/resources/application.properties
@@ -17,7 +17,7 @@ logging.level.org.springframework.web=${LOG_LEVEL:INFO}
 server.servlet.contextPath=/api/notification/v1
 server.port=${APPLICATION_PORT:8080}
 
-AUTHORIZE_API=${ENTITLEMENTS_BASE_URL}/api/entitlements/v1
+AUTHORIZE_API=${ENTITLEMENTS_BASE_URL}/api/entitlements/v2
 PARTITION_API=${ENTITLEMENTS_BASE_URL}/api/partition/v1
 REGISTER_SERVICE_URL=${ENTITLEMENTS_BASE_URL}/api/register/v1
 
-- 
GitLab