Skip to main content

This is for internal use by the PaaS team. Public-facing documentation is located at docs.cloud.service.gov.uk.

Finding the owner of a route in cf

To install cf plugins on M1 based chips, you need to compile the binary manually and install it

  1. Install cf lookup-route plugin with cf install-plugin -r CF-Community "route-lookup"
  2. Log into the cf instance where you suspect the route is
  3. Run cf lookup-route DOMAINNAME where DOMAINNAME is the one you are looking for
  4. The output will tell you which org/space/app it it bound to
  5. Run cf org-users ORG-NAME ORG-NAME is the first bit of the output from cf lookup-route
  6. You now have a list of all the org managers