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
We currently support the skip_tls argument in the SDK authentication object for clusters with untrusted CA certificates. This is fine for development purposes, but will be unacceptable for production workloads for most customers.
We should update the SDK to allow specifying the path to a CA certificate bundle so that the auth endpoint can be trusted.
I think we could additionally auto configure trust of the cluster based on where we can expect the cluster CA cert to be stored on disk when running in an openshift pod.
The text was updated successfully, but these errors were encountered:
We currently support the
skip_tls
argument in the SDK authentication object for clusters with untrusted CA certificates. This is fine for development purposes, but will be unacceptable for production workloads for most customers.We should update the SDK to allow specifying the path to a CA certificate bundle so that the auth endpoint can be trusted.
I think we could additionally auto configure trust of the cluster based on where we can expect the cluster CA cert to be stored on disk when running in an openshift pod.
The text was updated successfully, but these errors were encountered: