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
Sacha Brants
infra-azure-provisioning
Commits
c4893a5d
Commit
c4893a5d
authored
Jan 27, 2021
by
Daniel Scholl
Browse files
Updated schema service tools variable script
parent
e9676e3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/variables/schema-service.sh
View file @
c4893a5d
...
...
@@ -58,6 +58,9 @@ cosmosdb_database="${COSMOS_DB_NAME}"
storage_account
=
"
${
ENV_STORAGE
}
"
entitlements_service_endpoint
=
"https://
${
ENV_HOST
}
/entitlements/v1/"
entitlements_service_api_key
=
"
${
API_KEY
}
"
partition_service_endpoint
=
"https://
${
ENV_HOST
}
/api/partition/v1"
azure_istioauth_enabled
=
"true"
shared_partition
=
"
${
OSDU_TENANT
}
"
server_port
=
"8086"
...
...
@@ -137,9 +140,12 @@ export aad_client_id="${ENV_APP_ID}"
export appinsights_key="
${
ENV_APPINSIGHTS_KEY
}
"
export cosmosdb_database="
${
COSMOS_DB_NAME
}
"
export storage_account="
${
ENV_STORAGE
}
"
export entitlements_service_endpoint="https://
${
ENV_HOST
}
/entitlements/v1
/
"
export entitlements_service_endpoint="https://
${
ENV_HOST
}
/entitlements/v1"
export entitlements_service_api_key="
${
API_KEY
}
"
export server_port="8086"
export partition_service_endpoint="https://
${
ENV_HOST
}
/api/partition/v1"
export azure_istioauth_enabled="true"
export shared_partition="
${
OSDU_TENANT
}
"
# ------------------------------------------------------------------------------------------------------
...
...
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