Open imShakil opened 1 year ago
Can we pass Java system property i.e. -Dorg.eclipse.jetty.server.Request.maxFormContentSize=5000000
instead of modifying xml file?
in k8s setup, pass env var GLUU_JAVA_OPTIONS=-Dorg.eclipse.jetty.server.Request.maxFormContentSize=2000000 -Dorg.eclipse.jetty.server.Request.maxFormKeys=2000
to the pod.
is this only for cloud-native? what about Community Edition?
cc @devrimyatar
is this only for cloud-native? what about Community Edition?
Describe the issue
Gluu UI fails to add Person Authentication custom scripts due to the limit crossing of custom properties and script size. In this test, we added 44 custom scripts with 2-5 custom properties. then adding one more shows an identity error. ref ticket: 11064
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
We should be able to add more custom scripts.
Solution
According to the log, We need to change the limit for
MaxFromKeys
andMaxContentSize
and release the newoxtrust.war
file.Screenshots