Comment 2 for bug 1712749

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

Reviewed: https://review.openstack.org/497120
Committed: https://git.openstack.org/cgit/openstack/mistral/commit/?id=1c98030a30d1e58a8a3d58d9760aadd4defb51bc
Submitter: Jenkins
Branch: master

commit 1c98030a30d1e58a8a3d58d9760aadd4defb51bc
Author: Mike Fedosin <email address hidden>
Date: Thu Aug 24 10:43:48 2017 +0300

    Add ssl support for keycloak auth middleware

    This patch enables ssl support for keycloak middleware. It adds 3
    new config options: 'certfile', 'keyfile' and 'cafile' and substitues
    their values to the request to keycloak server.

    Change-Id: Id8a771af373cd9d1e198142c21957622f9d0232c
    Closes-bug: #1712749