Peter Brachwitz
Peter Brachwitz
@sourikghosh apologies for the late reply. Yes, you can raise a PR with your fix against this repo.
This is unfortunately a limitation of the current implementation. The problem is the `output` configuration that Metricbeat and Filebeat use to know where to send the data to. It is...
I wonder if the change proposed in the change in https://github.com/elastic/cloud-on-k8s/pull/5240 would not also solve the use case you describe.
While I understand the intention (and we can definitely look into adding the ability to turn off individual controllers) I am still wondering why Kubernetes RBAC is not sufficient to...
> Will ECK work though if we limit its permissions to only read in a given namespace? That is not what @thbkrkr is suggesting here. This is not about restricting...
> Right, my point is, I don't know how we can limit everyone else. They do have admin access, at least to their own namespaces. So unless they have the...
This is an indirect dependency that we get through k8s.io/apiextensions-apiserver, k8s.io/kube-openapi, k8s.io/apiserver and with one extra indirection through the aforementioned also through k8s.io/client-go, sigs.k8s.io/controller-runtime, k8s.io/code-generator. We could look into pinning...
It looks like the imported parts of the go-restful library in the ECK Operator are not affected by the vulnerability which is in the CORS filter https://github.com/emicklei/go-restful/commit/fd3c327a379ce08c68ef18765bdc925f5d9bad10 ``` go tool...
Closing this as the ECK operator is not affected as explained in my previous comment.
Related #2155