The dashboard for a Spring Cloud Gateway for VMware Tanzu service instance is accessible to any user with either a Space Developer role in the service instance's space, or an Admin role.

Locating the Dashboard

To find the dashboard, navigate in Apps Manager to the Spring Cloud Gateway for VMware Tanzu service instance's space, click the listing for the service instance, and then click Manage.

Locating Spring Cloud Gateway for VMware Tanzu service instance's dashboardin Apps Manager

You can also use cf service SERVICE_NAME, where SERVICE_NAME is the name of the Gateway service instance:

$ cf service my-gateway
Showing info of service my-gateway in org myorg / space dev as user...

name:             my-gateway
service:          p.gateway
tags:
plan:             standard
description:      Spring Cloud Gateway for VMware Tanzu
documentation:
dashboard:        https://gateway-4d034dc2-598e-4a41-a0f3-e5c03eee5dab.apps.example.com/scg-dashboard

Visit the URL given for "Dashboard".

A Spring Cloud Gateway for VMware Tanzu service instance's dashboard

Dashboard Information

The dashboard shows the following information:

  • The health of the service instance, in the banner at the top of the dashboard. The health is determined using the health endpoint added to the service instance's backing app by Spring Boot Actuator.
  • The Spring Cloud Gateway for VMware Tanzu version of the service instance (this is either the tile version used to create the service instance, or the last tile version to which the service instance has been upgraded).
  • Under Service Instance Configuration:
    • The URL of the service instance's Spring Cloud Gateway backing app or apps (the Base URL)
    • The count of backing apps for the service instance (the HA Count)
    • Any App Security Groups (ASGs) used by the service instance (Application Security Groups)
    • The request header size limit, if set (Max Header Size)
  • The Single Sign-On for VMware Tanzu plan that the Gateway service instance has been configured to use, or "Disabled" if the Gateway service has not been configured to use Single Sign-On for VMware Tanzu, under SSO.
  • The routes configured on the service instance, under Gateway Routes. The routes are determined using the gateway/routes Actuator endpoint on the service instance's backing app.
check-circle-line exclamation-circle-line close-line
Scroll to top icon