Azure - (1/4) - Adding missing context path for entitlements
This impacts only Azure Implementation
This MR is part of a group of MRs with dependencies between them
- Update infrastructure (Azure / osdu-infrastructure) to have reference to the new URLs (https://github.com/Azure/osdu-infrastructure/pull/23)
- Adding missing context path for entitlements.
- Adding missing context path for legal.
- Adding missing context path for storage.
- Adding missing context path for indexer
After merging this MR, the new Entitlement URL will be: https://{host}/entitlements/v1/
Before merging this MR:
- Please make sure infrastructure is updated and executed in order to have the new URL for entitlement, otherwise, integration testing will fail.
- Update environment variable (AZURE - Common) with the new Entitlement URL: ENTITLEMENT_URL: https://$(AZURE_ENTITLEMENTS_SERVICE_NAME).azurewebsites.net/entitlements/v1/
This PR is related to 6 other requests for changing a URL structure and adding in context paths for services.
- osdu-infrastructure 1/6 PR https://github.com/Azure/osdu-infrastructure/pull/23
- CI-CD Pipelines 2/6 This PR
- Entitlements Azure 3/6 !11 (merged)
- Legal 4/6 legal!32 (merged)
- Storage 5/6 osdu/platform/system/storage!33 (merged)
- 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