barbican/barbican/api/controllers
Fernando Diaz 6f97d23ce7 Throw 405 when specified method not allowed in Secret Metadatum
This patch resolves a bug where a 404 was being thrown instead of
a 405, when an invalid method was performed. It was because
pecan index() can't handle fallback when a method consumes
additional arguments.

Change-Id: I8daddba238a977baa6d0366b2412b626df247d8e
Closes-Bug: #1554350
2016-03-09 18:59:46 +00:00
..
__init__.py Added unit test around bug related to who can modify ACL. 2015-06-22 09:11:51 -07:00
acls.py Using dict.items() is better than six.iteritems(dict) 2016-01-21 19:56:54 +08:00
cas.py Enforce project ownership of subCAs 2015-10-01 15:53:40 -04:00
consumers.py Add more information to debug log message for consumer delete 2015-10-09 20:31:53 -05:00
containers.py Add Functional Tests for Quota Enforcement 2015-09-02 21:09:56 +00:00
orders.py Merge "Add Functional Tests for Quota Enforcement" 2015-09-02 23:59:34 +00:00
quotas.py Ensure Project and ProjectQuotas Tables are in sync 2015-09-01 14:08:44 -04:00
secretmeta.py User Metadata API and tests 2016-03-02 21:44:28 +00:00
secrets.py Throw 405 when specified method not allowed in Secret Metadatum 2016-03-09 18:59:46 +00:00
transportkeys.py Replace urllib with six.moves.urllib for py3 support 2015-08-04 04:17:22 +00:00
versions.py Merge "Using dict.items() is better than six.iteritems(dict)" 2016-02-05 13:01:12 +00:00