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
CI-CD Pipelines
Commits
f4282a58
Commit
f4282a58
authored
Sep 28, 2020
by
Nicholas Karsky
Browse files
Fixed naming on file vars
parent
110457f4
Pipeline
#10725
passed with stage
in 7 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
cloud-providers/azure.yml
View file @
f4282a58
...
...
@@ -35,6 +35,7 @@
SEARCH_URL
:
https://${AZURE_DNS_NAME}/api/search/v2/
INDEXER_URL
:
https://${AZURE_DNS_NAME}/api/indexer/v2/
DELIVERY_URL
:
https://${AZURE_DNS_NAME}/api/delivery/v2/
FILE_URL
:
https://${AZURE_DNS_NAME}/api/file/v2/
AZURE_AD_TENANT_ID
:
$AZURE_TENANT_ID
INTEGRATION_TESTER
:
$AZURE_PRINCIPAL_ID
AZURE_TESTER_SERVICEPRINCIPAL_SECRET
:
$AZURE_PRINCIPAL_SECRET
...
...
@@ -92,7 +93,7 @@
PRIVATE_TENANT1
:
$MY_TENANT
PRIVATE_TENANT2
:
tenant2
#File
FILE_SERVICE_HOST
:
https://${AZURE_DNS_NAME}/api/file/v2/
FILE_SERVICE_HOST
:
$FILE_URL
USER_ID
:
"
osdu-user"
EXIST_FILE_ID
:
"
8900a83f-18c6-4b1d-8f38-309a208779cc"
...
...
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