0d4f2ee4e0
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
13 lines
340 B
JSON
13 lines
340 B
JSON
{
|
|
"access": {
|
|
"share_id": "406ea93b-32e9-4907-a117-148b3945749f",
|
|
"created_at": "2015-09-07T09:14:48.000000",
|
|
"updated_at": null,
|
|
"access_type": "ip",
|
|
"access_to": "0.0.0.0/0",
|
|
"access_level": "rw",
|
|
"access_key": null,
|
|
"id": "a25b2df3-90bd-4add-afa6-5f0dbbd50452"
|
|
}
|
|
}
|