commit | bdde59ca3134289958a5c37790bcd63805e902b0 | [log] [tgz] |
---|---|---|
author | Oleg Gelbukh <ogelbukh@mirantis.com> | Tue May 07 00:11:46 2019 -0700 |
committer | Ivan Berezovskiy <iberezovskiy@mirantis.com> | Fri May 17 18:44:35 2019 +0400 |
tree | 0d658764711269923e50050351a97e3e48ae13a0 | |
parent | 757f653dfee6166a39eb0bcf4226472495070aee [diff] [blame] |
Add class that enables CSRF security Setting CSRF is enabled through the formula. This class enables support by default. PROD-26635 Change-Id: I90648fa0341f9770cc86f36b0f75b4e8249b45a2
diff --git a/jenkins/client/security/csrf.yml b/jenkins/client/security/csrf.yml new file mode 100644 index 0000000..0f65db0 --- /dev/null +++ b/jenkins/client/security/csrf.yml
@@ -0,0 +1,6 @@ +parameters: + jenkins: + client: + security: + csrf: + enable: True