Sebastian Florek

Results 220 comments of Sebastian Florek

We can try to extract the user name from the token but that's it. We do it for the service account token. It would need to be some kind of...

Respecting impersonation header username will be a part of this. It is indeed ignored right now.

I'll try to find some time to describe simple local k3s setup with traefik. I suspect that it somehow drops some headers from the request. Should be a simple solve.

We will do the full release too. It was just a quick release with all helm changes.

You are right. We are preparing data for the three-way merge patch incorrectly. We also need to fetch the original resource from the API that matches the resource version of...

> original: foo+, hello- > modified: foo+, hello+ > current: foo-, hello- > > +: field included, -: field excluded > > addition-and-change patch between current and modified: foo, hello...

There might not be many use cases for the custom implementation of `ObjectFilter`. Being able to disable it completely when relying on server-side filtering is what I was looking for....

@darmbrust could you sing the CLA?

Unfortunately, it is not possible due to internal kubernetes organization policies. Our images are technically already being pushed to ghcr but we cannot make them public. If kubernetes org will...