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 using JWT token-based authentication, an 8KB header size is insufficient.
Elasticsearch encountered the same issue and has increased the default value to 16KB.
see : elastic/elasticsearch#88725
Unless there are any particular concerns, I suggest we do the same and change our default to 16KB as well.
Describe the solution you'd like
increase to 16kb
Related component
Other
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe
Our current default max header size is 8KB.
opensearch-project/security-dashboards-plugin#1311 (comment)
When using JWT token-based authentication, an 8KB header size is insufficient.
Elasticsearch encountered the same issue and has increased the default value to 16KB.
see : elastic/elasticsearch#88725
Unless there are any particular concerns, I suggest we do the same and change our default to 16KB as well.
Describe the solution you'd like
increase to
16kb
Related component
Other
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: