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
550f8b56
Commit
550f8b56
authored
Jan 16, 2021
by
harshit aggarwal
Browse files
Fetching azure subscription id from keyvault
parent
91521e64
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/opengroup/osdu/azure/partition/PartitionInfoAzure.java
View file @
550f8b56
...
...
@@ -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
Markdown
is supported
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