Skip to content

Add support for specifying a cluster CA certificate to the sdk #161

New issue

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

Closed
accorvin opened this issue Jun 14, 2023 · 1 comment
Closed

Add support for specifying a cluster CA certificate to the sdk #161

accorvin opened this issue Jun 14, 2023 · 1 comment
Assignees

Comments

@accorvin
Copy link

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.

@Bobbins228
Copy link
Contributor

Closing this as I have opened another issue relating to authentication via Kubernetes instead of OpenShift. #185

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants