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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: