Sebastian Florek
Sebastian Florek
Regarding code changes, max header size would need to be checked and increased for both API and Auth modules. If that's the only issue.
It's a bit problematic to test locally, unfortunately. From what I have checked header is not trimmed on our side (auth container). It was able to receive headers bigger than...
I think it would be best if you apply your changes to the latest master and create a new branch.
A new release that will contain the fix should be available next week. There will be lots of other changes too. Ref: https://github.com/kubernetes/dashboard/pull/8708
/lifecycle frozen
See my comment: https://github.com/kubernetes/dashboard/issues/8053#issuecomment-1979494075
I already did that. Waiting for reply.
Yep, we are part of their open source program now. We will still be looking into adding the ability to deploy to k8s org ghcr registry.
Will be fixed by #8708
Just hit this issue today in our project. Somehow importing `ThemeContext` from `grommet/contexts` instead of `grommet` worked for me. Might be a good way to temporarily fix that before it...