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

add auth properties to app properties

parent 8d826a07
No related branches found
No related tags found
2 merge requests!102Locking down maven central,!91Use debug logs
Checking pipeline status
......@@ -81,6 +81,8 @@ spec:
value: "api://$(aad_client_id)"
- name: ENTITLEMENTS_API
value: http://entitlements/api/entitlements/v2
- name: ENTITLEMENTS_API_KEY
value: "OBSOLETE"
- name: RECORDS_CHANGE_PUBSUB_ENDPOINT
value: https://{{ .Values.global.dnsHost }}/api/notification/v1/push-handlers/records-changed
- name: partition_service_endpoint
......
......@@ -26,6 +26,10 @@ logging.slf4jlogger.enabled=true
logging.mdccontext.enabled=true
logging.ignore.servlet.paths=/actuator/health
# 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 register service
AUTHORIZE_API=${ENTITLEMENTS_API}
AUTHORIZE_API_KEY=${ENTITLEMENTS_API_KEY}
ENTITLEMENTS_API=${ENTITLEMENTS_API}
PARTITION_API=${partition_service_endpoint}
RECORDS_CHANGE_PUBSUB_ENDPOINT=${RECORDS_CHANGE_PUBSUB_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