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
Data Flow
Data Enrichment
wks
Commits
8debbaa2
Commit
8debbaa2
authored
Sep 06, 2021
by
Abhishek Patil
Browse files
removing unused variables
parent
56a40342
Pipeline
#63297
failed with stages
in 38 minutes and 41 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
provider/wks-azure/src/main/java/org/opengroup/osdu/wks/provider/azure/di/AzureBootstrapConfig.java
View file @
8debbaa2
...
...
@@ -29,18 +29,6 @@ public class AzureBootstrapConfig {
@Value
(
"${azure.keyvault.url}"
)
private
String
keyVaultURL
;
@Value
(
"${azure-client-id}"
)
private
String
clientId
;
@Value
(
"${azure-client-secret}"
)
private
String
clientSecret
;
@Value
(
"${azure-tenant-id}"
)
private
String
tenantId
;
@Value
(
"${azure-app-resource-id}"
)
private
String
appResourceId
;
@Value
(
"${executor-n-threads}"
)
private
String
nThreads
;
...
...
provider/wks-azure/src/main/resources/application.properties
View file @
8debbaa2
...
...
@@ -14,10 +14,6 @@
# limitations under the License.
#
azure-client-id
=
${AZURE_CLIENT_ID}
azure-client-secret
=
${AZURE_CLIENT_SECRET}
azure-tenant-id
=
${AZURE_TENANT_ID}
azure-app-resource-id
=
${AZURE_APP_RESOURCE_ID}
azure.activedirectory.app-resource-id
=
${AZURE_APP_RESOURCE_ID}
# Azure CosmosDB configuration
...
...
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