Skip to content

Azure - (4/4) - Adding missing context path for indexer

Duvelis Carao requested to merge fix-context-path-indexer into master

This only impacts Azure implementation.

This MR is part of group of MRs with dependencies between them

  1. Update infrastructure (Azure / osdu-infrastructure) to have reference to the new URLs (https://github.com/Azure/osdu-infrastructure/pull/23)
  2. Adding missing context path for entitlements.
  3. Adding missing context path for legal.
  4. Adding missing context path for storage.
  5. Adding missing context path for indexer

After merging this MR, the new indexer URL will be: https://{host}/api/indexer/v2/

Before merging this MR:


This PR is related to 6 other requests for changing a URL structure and adding in context paths for services.

  1. osdu-infrastructure 1/6 PR https://github.com/Azure/osdu-infrastructure/pull/23
  2. CI-CD Pipelines 2/6 This PR
  3. Entitlements Azure 3/6 osdu/platform/security-and-compliance/entitlements-azure!11 (merged)
  4. Legal 4/6 osdu/platform/security-and-compliance/legal!32 (merged)
  5. Storage 5/6 storage!33 (merged)
  6. Indexer 6/6 https://community.opengroup.org/osdu/platform/system/indexer-service

They are all required and any one but not the other will break builds and tests across the entire ecosystem for Azure.

Edited by Daniel Scholl

Merge request reports