neutron/neutron/api
Matthew Edmonds 2ae14cc9ad fix overaggressive 403->404 conversion
When a user is not authorized to see a given resource, we need to
convert HTTP 403s into HTTP 404s to avoid giving away information
that the resource exists. However, the previous code was being
overaggressive and doing this conversion even in some cases where
the user is allowed to see the resource and really needs to know
that what they were trying to do is forbidden, not be told that the
resource doesn't exist. This fixes that logic to only do the 403
to 404 conversion when truly appropriate.

Change-Id: I7a5b0a9e89c8a71490dd74497794a52489f46cd2
Closes-Bug: 1682621
2017-04-14 13:14:47 -04:00
..
rpc Merge "use neutron_lib's portbindings api-def" 2017-04-02 03:25:51 +00:00
v2 fix overaggressive 403->404 conversion 2017-04-14 13:14:47 -04:00
views Added trailing slash in link to Networking API v2.0 2016-10-12 16:48:09 +03:00
__init__.py Added API extensions to detect sorting/pagination features 2016-08-01 22:57:15 +02:00
api_common.py Add filter check for quering 2017-01-06 05:31:33 +00:00
extensions.py Consume ServicePluginBase from neutron-lib 2017-03-17 12:06:57 -06:00
versions.py Pecan: Get loaded by paste deploy 2017-02-17 14:54:27 -06:00