Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Register
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Register
Commits
33fc44b6
Commit
33fc44b6
authored
4 years ago
by
harshit aggarwal
Browse files
Options
Downloads
Patches
Plain Diff
Adding env vars to application properties
parent
2fd96e50
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!20
Adding helm charts and Istio config
Checking pipeline status
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
devops/azure/chart/templates/deployment.yaml
+1
-9
1 addition, 9 deletions
devops/azure/chart/templates/deployment.yaml
provider/register-azure/src/main/resources/application.properties
+4
-1
4 additions, 1 deletion
.../register-azure/src/main/resources/application.properties
with
5 additions
and
10 deletions
devops/azure/chart/templates/deployment.yaml
+
1
−
9
View file @
33fc44b6
...
...
@@ -96,15 +96,7 @@ spec:
value
:
"
OBSOLETE"
-
name
:
azure_istioauth_enabled
value
:
"
true"
-
name
:
INTEGRATION_TEST_AUDIENCES
value
:
"
dummy"
-
name
:
CRON_JOB_EXPECTED_IP
value
:
"
0:0:0:0:0:0:0:1"
-
name
:
SUBSCRIBER_PRIVATE_KEY_ID
value
:
"
dummy"
-
name
:
ENVIRONMENT
value
:
LOCAL
-
name
:
RECORDS_CHANGE_PUBSUB_ENDPOINT
value
:
https://haaggarw-eventgrid-viewer.azurewebsites.net/api/updates
-
name
:
SUBSCRIBER_SECRET
value
:
"
dummy
"
value
:
"
395f1b05e95171d7c0dde0b19fd6cf
"
This diff is collapsed.
Click to expand it.
provider/register-azure/src/main/resources/application.properties
+
4
−
1
View file @
33fc44b6
...
...
@@ -46,6 +46,9 @@ logging.transaction.enabled=true
logging.slf4jlogger.enabled
=
true
logging.mdccontext.enabled
=
true
INTEGRATION_TEST_AUDIENCES
=
CRON_JOB_EXPECTED_IP
=
0:0:0:0:0:0:0:1
SUBSCRIBER_PRIVATE_KEY_ID
=
ENVIRONMENT
=
LOCAL
management.health.defaults.enabled
=
false
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment