bumpy-activity-74405
03/24/2023, 7:01 AMHTTP header value exceeds the configured limit of 8192 characters in frontend. I was able to work around it with env variables introduced in this PR and it worked on version v0.8.44 . After upgrading to v0.9.6.1 the issue is back. I suspect it has to do with renaming the configuration option in this commit. Not sure why it was done since akka documentation states it should be max-header-value-length.astonishing-answer-96712
04/03/2023, 4:56 PMbumpy-activity-74405
04/03/2023, 4:57 PMastonishing-answer-96712
04/03/2023, 9:53 PMastonishing-answer-96712
04/03/2023, 9:53 PMenough-football-92033
06/13/2023, 4:49 PMmax-header-value-length doesn't work for me.bumpy-activity-74405
06/14/2023, 5:58 AMmax-header-size with max-header-value-length before I start my frontend pod. I do this currently by doing sed -i 's/max-header-size/max-header-value-length/' /datahub-frontend/conf/application.conf. I was hoping this would be fixed by now, but I see the issue is still there.