Fix Reservoir DDMS deployment for AGIC
- Reservoir DDMS deployment was failing in environments which are using AGIC ( pre-ship. demo)
- The changes are introduced in 474. It was discovered that the problem was being caused by the fact that RDMS_REST_ROOT_PATH and path were set to /api/oetp-client/v2. The values were only without /api/oetp-client/v2 prior to the introduction of these changes in [474] Though I am aware that these modifications were made to support Istio, we may use the pathRewrite variable to rewrite the path in the case of Istio, . Due to these variables, the request had a leading '/' or '/api/oetp-client/v2' attached, which caused the problem.
- The current changes will work for both AGIC and Istio deployment. Changes are tested in both types of environments ( Glab, pre-ship, demo )
- This will resolve 432
Edited by shivani karipe