Category: Kubernetes

Sometimes it is useful to inspect API calls in order to debug a user related issue and reproduce end to end flow. This could be achieved by checking the server access logs. Often authentication is done via JWT (JSON Web Tokens), added as a Bearer token in the headers.

Related Articles