Is your feature request related to a problem? Please describe.
The logging-operator ClusterRole currently uses the nodes/proxy resource. According to https://kubernetes.io/blog/2026/04/24/kubernetes-v1-36-fine-grained-kubelet-authorization-ga/, we can replace that with the more fine-grained nodes/logs (and others) resource(s).
Describe the solution you'd like
The ClusterRole should be adjusted so that nodes/proxy is not used anymore.
Describe alternatives you've considered
Keep using nodes/proxy and accept the security risk
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
The logging-operator ClusterRole currently uses the
nodes/proxyresource. According to https://kubernetes.io/blog/2026/04/24/kubernetes-v1-36-fine-grained-kubelet-authorization-ga/, we can replace that with the more fine-grainednodes/logs(and others) resource(s).Describe the solution you'd like
The ClusterRole should be adjusted so that
nodes/proxyis not used anymore.Describe alternatives you've considered
Keep using
nodes/proxyand accept the security riskAdditional context
Add any other context or screenshots about the feature request here.