Comment 2 for bug 1423282

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

Reviewed: https://review.openstack.org/161417
Committed: https://git.openstack.org/cgit/openstack/barbican/commit/?id=2e708318e998e1adfe12b547fab8414ad0a34952
Submitter: Jenkins
Branch: master

commit 2e708318e998e1adfe12b547fab8414ad0a34952
Author: Igor Gueths <email address hidden>
Date: Wed Mar 4 14:38:44 2015 -0600

    Ensure that external secret refs cannot be added to containers

    Prior to this change, it was possible for one to point secret_refs to
    arbitrary locations, especially in the context of adding secrets to a
    container given that the hostname part of the secret_ref was being
    ignored. Since we are now checking secret_refs against the
    configured hostname of the Barbican instance, this is no longer
    possible. In other words, this is just some extra validation to ensure
    that parameters remain consistent with the Barbican instance
    configuration.
    Closes-Bug: 1423282

    Change-Id: Ife1d66f234050e3150a879e76142b68f8f72a524