Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PortDescription

9090

HTTP port that is used to make APIs available to the outside.
9095

HTTPS port that is used to make APIs available to the outside. 
And also this port exposes the following endpoints of the Key Manager, which is a proxy to the Key Manager via the gateway.

  • /token
  • /authorize
  • /revoke
  • /userinfo
  • /apikey

Health Check Endpoints

...

Code Block
titleHealth check service call
curl -k "https://localhost:9095/health"
curl -k "http://localhost:9090/health"
response :
{status:healthy}