Skip to content
GitLab
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
Security and Compliance
entitlements-azure
Commits
e0a81b77
Commit
e0a81b77
authored
Oct 18, 2020
by
harshit aggarwal
Browse files
changing variable name in properties file
parent
605b087d
Pipeline
#12360
failed with stage
in 8 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/opengroup/osdu/azure/entitlements/di/AzureBootstrapConfig.java
View file @
e0a81b77
...
...
@@ -52,7 +52,7 @@ public class AzureBootstrapConfig {
@Value
(
"${azure.graph-api.version}"
)
private
String
graphApiVersion
;
@Value
(
"${azure.activedirectory.sp-object-id}"
)
@Value
(
"${
osdu.
azure.activedirectory.sp-object-id}"
)
private
String
azureSPObjectId
;
@Bean
...
...
src/main/resources/application.properties
View file @
e0a81b77
...
...
@@ -27,7 +27,7 @@ azure.activedirectory.app-resource-id=${aad_client_id}
#azure.activedirectory.client-id=${aad_client_id}
#azure.activedirectory.AppIdUri=api://${azure.activedirectory.client-id}
#azure.activedirectory.session-stateless=true
azure.activedirectory.sp-object-id
=
${AZURE_SP_OBJECT_ID}
osdu.
azure.activedirectory.sp-object-id
=
${AZURE_SP_OBJECT_ID}
# Istio Auth Enabled
azure.istio.auth.enabled
=
${azure_istioauth_enabled}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment