[Questions] Is it possible to set frame_max to a larger value to accept larger jwt token? #13923
-
Community Support Policy
RabbitMQ version used4.1.0 Erlang version used27.3.x Operating system (distribution) usedDocker rabbitmq:4.1-management How is RabbitMQ deployed?Community Docker image rabbitmq-diagnostics status outputSee https://www.rabbitmq.com/docs/cli to learn how to use rabbitmq-diagnostics
Logs from node 1 (with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs
Logs from node 2 (if applicable, with sensitive values edited out)No response Logs from node 3 (if applicable, with sensitive values edited out)No response rabbitmq.confSee https://www.rabbitmq.com/docs/configure#config-location to learn how to find rabbitmq.conf file location
Steps to deploy RabbitMQ clusterSteps to reproduce the behavior in questionUse a JWT token with a size larger then frame_max described in #13755 advanced.configNo response Application codeNo response Kubernetes deployment fileNo response What problem are you trying to solve?With the 4.1 release the frame_max was made larger to be able to accept larger tokens, is there a way to support larger jwt tokens? I've already tried setting frame_max in rabbitmq.conf without success. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@romerod the pre-authentication frame size is a constant which has been bumped for |
Beta Was this translation helpful? Give feedback.
-
initial_frame_max = 16384 will double the default. |
Beta Was this translation helpful? Give feedback.
initial_frame_max = 16384
will double the default.