[galaxyproject/galaxy] 89ce44: Append fewer characters to id_secret by default fo...
Branch: refs/heads/release_17.09 Home: https://github.com/galaxyproject/galaxy Commit: 89ce44803ea5cf38b778e61bb7eedfc7b952ce12 https://github.com/galaxyproject/galaxy/commit/89ce44803ea5cf38b778e61bb7eed... Author: John Chilton <jmchilton@gmail.com> Date: 2017-09-27 (Wed, 27 Sep 2017) Changed paths: M lib/galaxy/web/framework/webapp.py Log Message: ----------- Append fewer characters to id_secret by default for encrypting csrf tokens. Seems there is a maximum length and main hit it. It never did for job files - so this should be fine. If you have a secret that is near the maximum lenght one just needs to set ``per_kind_id_secret_base`` to something shorter than id_secret. Commit: d41f4ce0ec8996677dba6b12be49f0c94f7d4f24 https://github.com/galaxyproject/galaxy/commit/d41f4ce0ec8996677dba6b12be49f... Author: Nate Coraor <nate@bx.psu.edu> Date: 2017-09-27 (Wed, 27 Sep 2017) Changed paths: M lib/galaxy/web/framework/webapp.py Log Message: ----------- Merge pull request #4710 from jmchilton/id_secret_fix [17.09] Append fewer characters to id_secret by default for encrypting csrf tokens. Compare: https://github.com/galaxyproject/galaxy/compare/7775d429b6b0...d41f4ce0ec89
participants (1)
-
GitHub