Instance GUI links

Auth Login link

Onboard test

Proxy config

{
  "RevisionId": "c729d757-7161-46c6-be9b-45aa42b94ff0",
  "Routes": [
    {
      "RouteId": "routeAuth-host",
      "Match": {
        "Path": "auth/{**remainder}"
      },
      "ClusterId": "cluster-auth-host"
    },
    {
      "RouteId": "routeAuth-web-ui",
      "Match": {
        "Path": "auth/ui/{**remainder}"
      },
      "Order": -1,
      "ClusterId": "cluster-auth-web-ui"
    },
    {
      "RouteId": "routeGui-gui-http-i-1",
      "Match": {
        "Path": "ui_i1/{**remainder}"
      },
      "ClusterId": "cluster-gui-http-i-1"
    },
    {
      "RouteId": "routeHttp-api-http-i-1",
      "Match": {
        "Path": "api_i1/{**remainder}"
      },
      "ClusterId": "cluster-api-http-i-1",
      "Transforms": [
        {
          "PathPattern": "/{**remainder}"
        }
      ]
    },
    {
      "RouteId": "routeHttp-api-grpc-i-1",
      "Match": {
        "Path": "grpc_i1/{**remainder}"
      },
      "ClusterId": "cluster-api-grpc-i-1",
      "Transforms": [
        {
          "PathPattern": "/{**remainder}"
        }
      ]
    }
  ],
  "Clusters": [
    {
      "ClusterId": "cluster-auth-host",
      "Destinations": {
        "auth-host": {
          "Address": "http://localhost:5160"
        }
      }
    },
    {
      "ClusterId": "cluster-auth-web-ui",
      "Destinations": {
        "auth-web-ui": {
          "Address": "http://localhost:5095"
        }
      }
    },
    {
      "ClusterId": "cluster-api-http-i-1",
      "Destinations": {
        "api-http-0": {
          "Address": "http://localhost:5110"
        }
      }
    },
    {
      "ClusterId": "cluster-api-grpc-i-1",
      "HttpRequest": {
        "Version": "2.0",
        "VersionPolicy": 1
      },
      "Destinations": {
        "api-grpc-0": {
          "Address": "http://localhost:5111"
        }
      }
    },
    {
      "ClusterId": "cluster-gui-http-i-1",
      "Destinations": {
        "gui-http-0": {
          "Address": "http://localhost:5310"
        }
      }
    }
  ],
  "ChangeToken": {
    "ActiveChangeCallbacks": true
  }
}