GraphQL introspection query via curl cat introspection_query.json { "query": "query IntrospectionQuery { __schema { queryType { name } mutationType { name }
Accessing the Dashboard Obtain the dashboard access token via kubectl -n kube-system describe secrets $(kubectl get secrets -n kube-system | grep kubernetes-dashboard-token | awk '{ print $1}') Start the local proxy to access kubernetes
JWT Kong Example Get and Start Kong and Co git clone [email protected]:Mashape/docker-kong.git cd docker-kong/compose docker-compose up Create Kong API Route