Comment 2 for bug 1473588

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to django_openstack_auth (master)

Reviewed: https://review.openstack.org/201360
Committed: https://git.openstack.org/cgit/openstack/django_openstack_auth/commit/?id=ece924a79d27ede1a8475d7f98e6d66bc3cffd6c
Submitter: Jenkins
Branch: master

commit ece924a79d27ede1a8475d7f98e6d66bc3cffd6c
Author: lin-hua-cheng <email address hidden>
Date: Mon Jul 13 15:51:58 2015 -0700

    Configurable token hashing

    Provide an option for operator to turn off token
    hashing to be performed by horizon.

    In some deployment where PKI token format is used
    for keystone, token hashing causes issue and results
    to 401 error in horizon.

    Change-Id: I187b1486db2e453fd49298e1478e30abe97e54fe
    Closes-Bug: #1473588