Skip to content
Snippets Groups Projects
Commit 9a162e01 authored by Alok Joshi's avatar Alok Joshi
Browse files

add auth properties in app properties

parent 412a12af
No related branches found
No related tags found
2 merge requests!100Commit 2 contents:,!89Upgrade libraries, change info logs to debug
Pipeline #48755 failed
......@@ -79,6 +79,8 @@ spec:
value: osdu-db
- name: entitlements_service_endpoint
value: http://entitlements/api/entitlements/v2
- name: entitlements_service_api_key
value: "OBSOLETE"
- name: registeration_service_endpoint
value: http://register/api/register/v1
- name: partition_service_endpoint
......
......@@ -26,6 +26,10 @@ logging.slf4jlogger.enabled=true
logging.mdccontext.enabled=false
logging.ignore.servlet.paths=/swagger-ui.html
# Need below two properties for Entitlements config bean initialization due to a primary bean added in core-lib-azure which takes precedence over EntitlementsClientFactory class in notification service
AUTHORIZE_API=${entitlements_service_endpoint}
AUTHORIZE_API_KEY=${entitlements_service_api_key}
# Service settings
PARTITION_API=${partition_service_endpoint}
app.entitlements=${entitlements_service_endpoint}
......
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