We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If external (non-bundled Dex) OIDC is not enabled, a.TLSConfig() can return nil. If that happens, we should log a warning here.
a.TLSConfig()
nil
argo-cd/util/settings/settings.go
Line 1684 in f223182
The text was updated successfully, but these errors were encountered:
In #9883 we'll be ignoring this TLS config when the internal dex is used.
Sorry, something went wrong.
No branches or pull requests
If external (non-bundled Dex) OIDC is not enabled,
a.TLSConfig()
can returnnil
. If that happens, we should log a warning here.argo-cd/util/settings/settings.go
Line 1684 in f223182
The text was updated successfully, but these errors were encountered: