Comment 14 for bug 1718353

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to mistral-lib (stable/pike)

Reviewed: https://review.openstack.org/518761
Committed: https://git.openstack.org/cgit/openstack/mistral-lib/commit/?id=8986ce9529f90ed5cdb52fd54a54ccc21378b320
Submitter: Zuul
Branch: stable/pike

commit 8986ce9529f90ed5cdb52fd54a54ccc21378b320
Author: Dougal Matthews <email address hidden>
Date: Thu Nov 9 08:58:50 2017 +0000

    Provide redirection for all security context attributes

    The previous attempt at this was to redirect as little as possible.
    However, this has proven to be problematic twice. auth_cacert wasn't
    redirected, it was used by some of the OpenStack actions and thus
    blocked Mistral [1] patch that would have Mistral start using the new
    context.

    This change redirects all properties in the SecurityContext which should
    be safer for our internal actions and for end users actions.

    [1]: https://review.openstack.org/#/c/506185/14

    Partial-Bug: #1718353
    Needed-By: Ife653558bfcda794e7f37086832f70b0ad7c28a4
    Change-Id: I6057d0ce3fe4ae23468be8fb06cb85dc5f467f6b
    (cherry picked from commit 817461b40c4d433e3c18879e0c47c5ef3a7281c8)