Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Notification
Commits
9a162e01
Commit
9a162e01
authored
Jun 28, 2021
by
Alok Joshi
Browse files
add auth properties in app properties
parent
412a12af
Pipeline
#48755
failed with stages
in 39 minutes and 14 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
devops/azure/chart/templates/deployment.yaml
View file @
9a162e01
...
...
@@ -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
...
...
provider/notification-azure/src/main/resources/application.properties
View file @
9a162e01
...
...
@@ -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}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment