You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2020/12/09 22:41:04 UTC

[airavata] branch master updated: Ansible: for keycloak bump up max request field size

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/master by this push:
     new 12897e6  Ansible: for keycloak bump up max request field size
12897e6 is described below

commit 12897e6a39d6460b0dc9c435699d9bacd8aa2a4b
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Wed Dec 9 17:40:45 2020 -0500

    Ansible: for keycloak bump up max request field size
---
 dev-tools/ansible/roles/keycloak/templates/vhost.conf.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/ansible/roles/keycloak/templates/vhost.conf.j2 b/dev-tools/ansible/roles/keycloak/templates/vhost.conf.j2
index 4d7f40d..b03a0dc 100644
--- a/dev-tools/ansible/roles/keycloak/templates/vhost.conf.j2
+++ b/dev-tools/ansible/roles/keycloak/templates/vhost.conf.j2
@@ -36,7 +36,7 @@
     ProxyPassReverse / "http://localhost:8080/"
     ProxyPreserveHost On
     # See https://issues.redhat.com/browse/KEYCLOAK-3067 for more info
-    LimitRequestFieldSize 32768
+    LimitRequestFieldSize 65536
 
     ErrorLog /var/log/httpd/keycloak.error.log
     CustomLog /var/log/httpd/keycloak.requests.log combined