Skip to main content

Valid a token of the form \{'Authorization': 'Bearer <token>'\} provided by request headers.

GET 

/validate-token

If the token is valid, return 200 OK. If the token is missing or invalid, return 401 Unauthorized. Note that requests are routed to this endpoint prior to Ingress applying any rewrite-target config. Thus the request URL will have the form https://localhost/original/route (scheme=https, host=<localhost>, path=</original/route>).

Request

Responses

OK