Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
Indexer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Indexer
Commits
e520d293
Commit
e520d293
authored
4 years ago
by
Sviatoslav Nekhaienko
Browse files
Options
Downloads
Patches
Plain Diff
update env vars
parent
dcd31d90
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!60
Indexer to read from Schema Service as well as Storage Schema
Checking pipeline status
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
provider/indexer-azure/README.md
+2
-2
2 additions, 2 deletions
provider/indexer-azure/README.md
with
2 additions
and
2 deletions
provider/indexer-azure/README.md
+
2
−
2
View file @
e520d293
...
...
@@ -41,7 +41,7 @@ az keyvault secret show --vault-name $KEY_VAULT_NAME --name $KEY_VAULT_SECRET_NA
| --- | --- | --- | --- | --- |
|
`server.servlet.contextPath`
|
`/api/indexer/v2/`
| Servlet context path | no | - |
|
`schema_service_url`
| ex
`https://schema.azurewebsites.net`
| Endpoint of schema service | no | output of infrastructure deployments |
|
`SCHEMA_HOST`
|
`${schema_service_url}/
api/schema-service/v1/
schema`
| Endpoint of schema API | no | - |
|
`SCHEMA_HOST`
|
`${schema_service_url}/schema`
| Endpoint of schema API | no | - |
|
`storage_service_url`
| ex
`https://storage.azurewebsites.net`
| Endpoint of storage service | no | output of infrastructure deployments |
|
`STORAGE_SCHEMA_HOST`
|
`${storage_service_url}/schemas`
| Endpoint of schema API | no | - |
|
`STORAGE_QUERY_RECORD_HOST`
|
`${storage_service_url}/query/records`
| Endpoint of records API | no | - |
...
...
@@ -75,7 +75,7 @@ az keyvault secret show --vault-name $KEY_VAULT_NAME --name $KEY_VAULT_SECRET_NA
|
`DEFAULT_DATA_PARTITION_ID_TENANT1`
| ex
`opendes`
| Primary data partition for queries | no | Data in search index |
|
`DEFAULT_DATA_PARTITION_ID_TENANT2`
| ex
`common`
| Secondary data partition for queries | no | Data in search index |
|
`STORAGE_HOST`
| ex
`https://storage.azurewebsites.net/`
| Storage service endpoint | no | output of infrastructure deployment |
|
`SCHEMA_HOST`
|
`${schema_service_url}/api/schema-service/v1/schema
`
| Endpoint of schema API | no | - |
|
`SCHEMA_HOST`
|
ex
`https://schema.azurewebsites.net/
`
| Endpoint of schema API | no | - |
|
`ENVIRONMENT`
|
`CLOUD`
| Deployment environment | no | - |
|
`ENTITLEMENTS_DOMAIN`
|
`contoso.com`
| OSDU R2 service domain | no | - |
|
`LEGAL_TAG`
|
`opendes-public-usa-dataset-7643990`
| Legal tag used for test records | no | Needs to be in DB. The referenced tag should already exist. |
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment