diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-20 12:56:47 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-20 12:56:47 +0200 |
commit | dff1da5006f26fa63bfd5de353c711133df1da03 (patch) | |
tree | f057ad68b9f10f19e0211a4b6c3db0ce8ac710e8 /modules/bugzilla | |
parent | c886d8daaa02f775ad03351e1bce4d1ab4bc2b3e (diff) | |
download | puppet-dff1da5006f26fa63bfd5de353c711133df1da03.tar puppet-dff1da5006f26fa63bfd5de353c711133df1da03.tar.gz puppet-dff1da5006f26fa63bfd5de353c711133df1da03.tar.bz2 puppet-dff1da5006f26fa63bfd5de353c711133df1da03.tar.xz puppet-dff1da5006f26fa63bfd5de353c711133df1da03.zip |
bugzilla: Add comment about bugzilla_secret_key
Diffstat (limited to 'modules/bugzilla')
-rw-r--r-- | modules/bugzilla/templates/localconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/bugzilla/templates/localconfig b/modules/bugzilla/templates/localconfig index 3e304084..61935552 100644 --- a/modules/bugzilla/templates/localconfig +++ b/modules/bugzilla/templates/localconfig @@ -119,4 +119,9 @@ $interdiffbin = '/usr/bin/interdiff'; # are using that feature of the Patch Viewer.) $diffpath = '/usr/bin'; +# This secret key is used by your installation for the creation and +# validation of encrypted tokens. These tokens are used to implement +# security features in Bugzilla, to protect against certain types of attacks. +# A random string is generated by default. It's very important that this key +# is kept secret. It also must be very long. $site_wide_secret = '<%= bugzilla_secret_key %>'; |