Hacker News new | ask | show | jobs
by xnxn 1701 days ago
> You'd need get permissions for that.

I'm afraid not. HTTP GET on a collection endpoint (which is the operation represented by the list verb) returns the full object content.

https://kubernetes.io/docs/reference/access-authn-authz/auth...

1 comments

Interesting, thanks for the reference. This is at best surprising, at worst sloppy security design IMO.