Troubleshoot OIDC and Dex

How to troubleshoot OpenID Connect (OIDC) and Dex

Get username and group information from a token

View Dex config

Konvoy stores Dex config in the dex-kubeaddons secret in the kubeaddons namespace. To view the current settings run the following kubectl command.

kubectl get --namespace kubeaddons secrets dex-kubeaddons --output=jsonpath='{.data.config\.yaml}' | base64 --decode