You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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
Beta Was this translation helpful? Give feedback.
All reactions