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
Lib
cloud
azure
OS Core Lib Azure
Commits
172a1b47
Commit
172a1b47
authored
Jan 18, 2021
by
neelesh thakur
Browse files
Merge branch 'Azure/AddingAzuresubscriptionId' into 'master'
Fetching Azure subscription id from keyvault See merge request
!72
parents
91521e64
0e91b10c
Pipeline
#21946
passed with stages
in 7 minutes and 47 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
172a1b47
...
...
@@ -20,7 +20,7 @@
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
core-lib-azure
</artifactId>
<packaging>
jar
</packaging>
<version>
0.0.
59
</version>
<version>
0.0.
60
</version>
<name>
core-lib-azure
</name>
<properties>
...
...
src/main/java/org/opengroup/osdu/azure/partition/PartitionInfoAzure.java
View file @
172a1b47
...
...
@@ -73,8 +73,7 @@ public class PartitionInfoAzure {
@SerializedName
(
"encryption-key-identifier"
)
private
Property
cryptographyEncryptionKeyIdentifierConfig
;
@SerializedName
(
"subscription-id"
)
private
Property
azureSubscriptionIdConfig
;
private
Property
azureSubscriptionIdConfig
=
Property
.
builder
().
value
(
"subscription-id"
).
sensitive
(
true
).
build
();
private
Property
servicePrincipalAppIdConfig
=
Property
.
builder
().
value
(
"app-dev-sp-username"
).
sensitive
(
true
).
build
();
...
...
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