manila/manila/api
Ramana Raja 0d4f2ee4e0 add access_key to share_access_map
For backends with internal authentication system,
e.g. Ceph, that return ``access_key`` (credential) for
client identities that are granted share access:

* Retrieve ``access_key`` as return value of driver's
  update_access()

* Store ``access_key`` in ShareAccessMapping model

* Expose it in access_list API

APIImpact

DocImpact

Partially implements bp auth-access-keys

Co-Authored-By: John Spray <jspray@redhat.com>

Change-Id: I486064f117cf3001dba7735ca92a7d89aee3ce5b
2016-08-22 20:41:19 +05:30
..
contrib Port share type extensions to core API 2015-11-12 14:58:20 +00:00
middleware Remove deprecated manila RequestBodySizeLimiter 2016-05-09 17:09:18 -04:00
openstack add access_key to share_access_map 2016-08-22 20:41:19 +05:30
v1 add access_key to share_access_map 2016-08-22 20:41:19 +05:30
v2 add access_key to share_access_map 2016-08-22 20:41:19 +05:30
views add access_key to share_access_map 2016-08-22 20:41:19 +05:30
__init__.py Implement Manila REST API microversions 2015-08-13 19:51:19 +00:00
auth.py Replace deprecated [logger/LOG].warn with warning 2016-01-08 10:32:47 +08:00
common.py Pass context down to ViewBuilder method 2016-06-08 10:48:37 -04:00
extensions.py Using dict.items() is better than six.iteritems(dict) 2016-01-19 22:22:48 +08:00
urlmap.py Trivial: Remove unused logging import 2015-12-28 21:44:26 -05:00
versions.py Add v2 Manila API path as base for microversions 2015-09-10 13:58:26 +00:00