| Kalle Niemitalo for my use case, no. I am using jenkins:lts on an Amazon Web Services ECS cluster backed by Elastic File System (NFS) for Jenkins' file system. It is fronted by an AWS load balancer. We have a requirement to return the HSTS header. I tried loading the HSTS filter plugin and it crashed the container. I had to get into the file system to remove the plugin manually for it to restart. This is a fairly common requirement in many IT situations. I'm faced with either increasing complexity in the architecture to meet this requirement or modify the container to somehow get the servlet to return this header. A working plugin would be nice, or just an option. I visited the github page for the plugin and it appears that project is no longer maintained. |