Hello,
thanks a lot for your answer. Unfortunately it didn't seem to work. I am still getting "Header is too large 8193>8192"
I paste you part of my configuration and the rundeck logs in case I am missing something.
By the way, I did not mentioned it but I am using rundeck v3.3.6.
[root@rundeck ~]# grep header /etc/rundeck/rundeck-config.groovy
server."max-http-header-size"="16KB"
[root@rundeck ~]# grep groovy /etc/sysconfig/rundeckd
RDECK_CONFIG_FILE=/etc/rundeck/rundeck-config.groovy
[root@rundeck ~]# systemctl restart rundeckd; tail -F /var/log/rundeck/service.log
Session terminated, killing shell...[2021-02-09T20:23:22,097] INFO rundeckapp.BootStrap - Rundeck Shutdown detected
...killed.
[2021-02-09T20:23:32,347] INFO rundeckapp.Application - The following profiles are active: production
Configuring Spring Security Core ...
... finished configuring Spring Security Core
[2021-02-09T20:23:59,636] WARN beans.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'exceptionMappings' being accessed! Ambiguous write methods found next to actually used [public void grails.plugin.springsecurity.web.authentication.AjaxAwareAuthenticationFailureHandler.setExceptionMappings(java.util.List)]: [public void org.springframework.security.web.authentication.ExceptionMappingAuthenticationFailureHandler.setExceptionMappings(java.util.Map)]
[2021-02-09T20:24:10,190] INFO rundeckapp.BootStrap - Starting Rundeck 3.3.6-20201111 (2020-11-11) ...
[2021-02-09T20:24:10,192] INFO rundeckapp.BootStrap - using rdeck.base config property: /var/lib/rundeck
[2021-02-09T20:24:10,213] INFO rundeckapp.BootStrap - loaded configuration: /etc/rundeck/framework.properties
[2021-02-09T20:24:10,277] INFO rundeckapp.BootStrap - RSS feeds disabled
[2021-02-09T20:24:10,277] INFO rundeckapp.BootStrap - Using jaas authentication
[2021-02-09T20:24:10,287] INFO rundeckapp.BootStrap - Preauthentication is enabled
[2021-02-09T20:24:10,410] INFO rundeckapp.BootStrap - Rundeck is ACTIVE: executions can be run.
[2021-02-09T20:24:11,292] INFO rundeckapp.BootStrap - Rundeck startup finished in 1226ms
[2021-02-09T20:24:11,549] INFO rundeckapp.Application - Started Application in 43.08 seconds (JVM running for 47.25)
Grails application running at http://localhost:4440/project/devworkflows in environment: production
[2021-02-09T20:24:19,729] WARN http.HttpParser - Header is too large 8193>8192
I can try to increase the verbosity of the rundeck logs to verify if server."max-http-header-size"="16KB" is not being ignored.
Thank you very much,
Daniel.