Is your feature request related to a problem? Please describe
It is required to extend the Colly API and provide cloudPublicHost for the cluster/environment from Cloud Passport, to make it possible to calculate ingress URLs for services within the environment (for example, CIP URLs).
Describe the solution you'd like
Add a new parameter cloudPublicHost into the response of the getCluster method.
Parameter details:
name: cloudPublicHost type: String
Expected response example:
{ "id": "aws-dev-01", "name": "aws-dev-01", "synced": true, "dashboardUrl": "https://dashboard.example.com", "dbaasUrl": "https://dbaas.example.com", "deployerUrl": "https://deployer.example.com", "argoUrl": "https://argo.example.com", "cloudPublicHost": "apps.aws.company.com" }
Describe alternatives you've considered
No response
Additional information
No response
Is your feature request related to a problem? Please describe
It is required to extend the Colly API and provide cloudPublicHost for the cluster/environment from Cloud Passport, to make it possible to calculate ingress URLs for services within the environment (for example, CIP URLs).
Describe the solution you'd like
Add a new parameter cloudPublicHost into the response of the getCluster method.
Parameter details:
name: cloudPublicHost type: StringExpected response example:
{ "id": "aws-dev-01", "name": "aws-dev-01", "synced": true, "dashboardUrl": "https://dashboard.example.com", "dbaasUrl": "https://dbaas.example.com", "deployerUrl": "https://deployer.example.com", "argoUrl": "https://argo.example.com", "cloudPublicHost": "apps.aws.company.com" }Describe alternatives you've considered
No response
Additional information
No response