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

Allow setting TLSClientConfig #21

Open
Avarei opened this issue May 16, 2024 · 1 comment · May be fixed by #25
Open

Allow setting TLSClientConfig #21

Avarei opened this issue May 16, 2024 · 1 comment · May be fixed by #25
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Avarei
Copy link

Avarei commented May 16, 2024

What problem are you facing?

I want to interact with a kubernetes api server using a disposable request. However it uses a self signed certificate.
I do not want to skip TLS verification. But there is currently no option to set trusted CAs in the request.

How could Crossplane help solve your problem?

Add a parameter to this composition function to set ca certificate, client certificate and client key for both Request and DisposableRequest

@Avarei Avarei added the enhancement New feature or request label May 16, 2024
@arielsepton arielsepton added the good first issue Good for newcomers label May 16, 2024
@f7o
Copy link

f7o commented Jun 3, 2024

  • mTLS support, aka configuration of client certificates would be a great feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants