Comment 3 for bug 1536748

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

Reviewed: https://review.openstack.org/448318
Committed: https://git.openstack.org/cgit/openstack/barbican/commit/?id=27cc58a5465c5e8b38a73a43eb2bc6ec67ca9593
Submitter: Jenkins
Branch: master

commit 27cc58a5465c5e8b38a73a43eb2bc6ec67ca9593
Author: Dave McCowan <email address hidden>
Date: Tue Mar 21 20:44:22 2017 -0400

    Add missing validation to consumer controller

    Name and URL are required data elements when creating a consumer.
    Validation was done to ensure these fields were passed, but no
    check was done to make sure these fields were not empty.

    This patches adds a minLength validation and add corresponding
    unit and functional test cases.

    Change-Id: Ib33ab9b311c03ff7ba7f766e857496eb5b1602d4
    Closes-bug: #1536748