equinor / fusion-project-portal

Project Portal powered By Fusion
https://project.fusion.equinor.com/
MIT License
1 stars 0 forks source link

Change to new service discovery endpoint. #206

Open Noggling opened 1 year ago

Noggling commented 1 year ago

Fusion core has changes the service discovery URL This is used to discover fusion services.

The current url for this is : https://fusion-s-portal-ci.azurewebsites.net The new url: http://discovery.fusion.equinor.com/

Swagger definition https://discovery.prod.fusion-dev.net/swagger/index.html

https://discovery.prod.fusion-dev.net

The current endpoints used in fusion: https://fusion.equinor.com/_discovery/environments/current https://fusion.equinor.com/_discovery/environments/fprd https://fusion.equinor.com/_discovery/environments/ci ...tr ...fqa

Should give the same output as the new endpoints provided for backward compatibility: https://discovery.prod.fusion-dev.net/_discovery/environments/current https://discovery.prod.fusion-dev.net/_discovery/environments/fprd https://discovery.prod.fusion-dev.net/_discovery/environments/ci ...tr ...fqa

Se more about this from at the fusion board here

Noggling commented 6 months ago

This will require that core publishes new service discovery frontend module.