weaveworks / gitopssets-controller

Manages the GitOpsSet CRDs.
Apache License 2.0
9 stars 5 forks source link

Allow custom CAs for the APIGenerator HTTPClient #101

Closed bigkevmcd closed 1 year ago

bigkevmcd commented 1 year ago

This adds additional functionality allowing for a custom CA to be used when making APIClient requests.

bigkevmcd commented 1 year ago

@steve-fraser this one's for you :-)

foot commented 1 year ago

How would you query the kube-apiserver? You need a bearer token from some SA too I guess?

bigkevmcd commented 1 year ago

Yeah, you can do that via the headers mechanism.

And I think accessing the kube-apiserver is behind this request.