Skip to content

[Feat]: Add "cloudPublicHost" to getCluster response #288

@ismglvd-hub

Description

@ismglvd-hub

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request
    No fields configured for Feature.

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions