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
When I was in the test environment, I wanted dex to ignore certificate verification for upstream self-gitlab IDPs, but I searched for a long time and still couldn't find the configuration option. I know ignoring tls certificates is against the oidc specification, but in my development environment, I wanted to introduce so much complexity that I configured a self-signed certificate in the upstream idp, but I wanted dex to ignore the untrusted certificate when connecting. But I don't know of any configuration items that do that.
My thoughts:
Does dex provide a configuration that allows self-gitlab oidc connect to ignore tls, such as insecureSkipVerify: true ? But I have tried, but it doesn't work
Does dex helm charts provide some mechanism to load my self-signature and certificate into dex container?
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
-
When I was in the test environment, I wanted dex to ignore certificate verification for upstream self-gitlab IDPs, but I searched for a long time and still couldn't find the configuration option. I know ignoring tls certificates is against the oidc specification, but in my development environment, I wanted to introduce so much complexity that I configured a self-signed certificate in the upstream idp, but I wanted dex to ignore the untrusted certificate when connecting. But I don't know of any configuration items that do that.
My thoughts:
insecureSkipVerify: true
? But I have tried, but it doesn't workBeta Was this translation helpful? Give feedback.
All reactions