You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you have a lot of namespaces linked to your account and you want to execute a kafkactl command line, you will receive an exception saying ''too big cookie". This issue happened when the API "/api-resources" is called.
Describe the bug
When you have a lot of namespaces linked to your account and you want to execute a kafkactl command line, you will receive an exception saying ''too big cookie". This issue happened when the API "/api-resources" is called.
Indeed the cookie will be something like:
To Reproduce
With admin access, ensure you have more than 40 namespaces attached to your account and execute a simple command line like kafkactl get ns.
Expected behavior
We would like to not have the issue and receive the normal answer from the command line execution.
Environment (please complete the following information):
Steps taken to try and solve the problem
To solve this issue, we have to update the way we are managing ressources for which we have access.
The text was updated successfully, but these errors were encountered: