Litmus helps SREs and developers practice chaos engineering in a Cloud-native way. Chaos experiments are published at the ChaosHub (https://hub.litmuschaos.io). Community notes is at https://hackmd.io/a4Zu_sH4TZGeih-xCimi3Q
Hello folks, I need your help with integrating dex with chaos litmus. I am using an Azure AD connector and also an ingress instead of NodePort. My ingress is using an existing ALB hence used the group name and name of the existing ALB.
Do you have the logs of the auth-server/dex-server when you have this issue ?
Also you will probably need this option at one point: insecureSkipEmailVerified: true.
Hello folks, I need your help with integrating dex with chaos litmus. I am using an Azure AD connector and also an ingress instead of NodePort. My ingress is using an existing ALB hence used the group name and name of the existing ALB.
I am getting the error when i visit https://chaos.my-domain.com/auth/dex/login.
Bad Request User session error.
Any help will be appreciated, thanks in advance.
Below is my yaml "dex-deployment.yaml":
Also i configured my chaos-litmus-auth-server with:
kubectl set env deployment/chaos-litmus-auth-server -n litmus --containers="auth-server" DEX_ENABLED=true OIDC_ISSUER=https://chaos.my-domain.com DEX_OAUTH_CALLBACK_URL=https://chaos.my-domain.com/auth/dex/callback DEX_OAUTH_CLIENT_ID=LitmusPortalAuthBackend DEX_OAUTH_CLIENT_SECRET=my-client-secret-value