https://github.com/ging/horizon
Revision 3a64723917366eff4d8896b2b2d3d82fa462d25d authored by Brant Knudson on 24 August 2014, 15:04:10 UTC, committed by Thierry Carrez on 10 October 2014, 08:59:59 UTC
With https://review.openstack.org/#/c/116509/ ,
django-openstack-auth will support a new option for the token hash
algorithm. This adds the documentation to Horizon's local settings
example file.

This is for security hardening. The token hash algorithm defaults
to MD5, which is considered too weak due to the potential for hash
collisions. Some security standards require a SHA2 hash algorithm to
be used.

DocImpact
SecurityImpact

Change-Id: I6774b9b7215d191259586e4721e357487bb777cd
Closes-Bug: #1174499
(cherry picked from commit 372d033d89c0f5d305959a6ad5fd3e1159cc91ed)
1 parent 9b0ba95
History
Tip revision: 3a64723917366eff4d8896b2b2d3d82fa462d25d authored by Brant Knudson on 24 August 2014, 15:04:10 UTC
Document token hash algorithm option
Tip revision: 3a64723
File Mode Size
.tx
doc
horizon
openstack_dashboard
tools
.gitignore -rw-r--r-- 420 bytes
.gitreview -rw-r--r-- 76 bytes
.mailmap -rw-r--r-- 581 bytes
.pylintrc -rw-r--r-- 1.4 KB
CONTRIBUTING.rst -rw-r--r-- 593 bytes
HACKING.rst -rw-r--r-- 1.2 KB
LICENSE -rw-r--r-- 9.9 KB
MANIFEST.in -rw-r--r-- 654 bytes
Makefile -rw-r--r-- 588 bytes
README.rst -rw-r--r-- 3.0 KB
manage.py -rwxr-xr-x 838 bytes
openstack-common.conf -rw-r--r-- 233 bytes
requirements.txt -rw-r--r-- 1.9 KB
run_tests.sh -rwxr-xr-x 16.2 KB
setup.cfg -rw-r--r-- 1.0 KB
setup.py -rwxr-xr-x 1.0 KB
test-requirements.txt -rw-r--r-- 860 bytes
tox.ini -rw-r--r-- 3.3 KB

README.rst

back to top