Skip to content
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

How to establish TLS trust between a VSphereSource and a vCenter Server? #543

Open
rguske opened this issue Jan 16, 2024 · 2 comments
Open
Labels
bug Something isn't working

Comments

@rguske
Copy link
Contributor

rguske commented Jan 16, 2024

What needs to be configured for a VSphereSource to establish a full TLS trust when a vCenter Server uses a TLS certificate generated by an internal CA?

Basically, which requirements must be in place to use skipTLSVerify: false?

@rguske rguske added the bug Something isn't working label Jan 16, 2024
@rguske
Copy link
Contributor Author

rguske commented Jan 16, 2024

Could it be done similar to how it is done for a ApacheKafkaSource? Like Connecting to a TLS-enabled Kafka Broker.

@gabo1208
Copy link
Contributor

For this you'd want to divide this in two steps (assuming you already have the certs and all of that in the VSphere side configured):

This Connecting to a TLS-enabled Kafka Broker is how to do it the Knative way, but it implies changes on the VSphere Adapter code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants