Azure - (3/4) - Adding missing context path for Storage
This impacts only Azure Implementation
• What is the change? Adding context path to Azure Storage: /api/storage/v2/
• What does it impact? New URL for storage endpoint
• How do I reproduce or test the change?
This MR is part of 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 Storage URL will be: https://{host}/api/storage/v2/
Before merging this MR:
-
Please make sure the dependent MR is done: osdu/platform/security-and-compliance/legal!32 (merged)
-
Update environment variable (AZURE - Common) with the new storage URL: STORAGE_URL: https://$ (AZURE_STORAGE_SERVICE_NAME).azurewebsites.net/api/storage/v2/
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 osdu/platform/security-and-compliance/entitlements-azure!11 (merged)
- Legal 4/6 osdu/platform/security-and-compliance/legal!32 (merged)
- Storage 5/6 !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.