]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Add a RGW swift auth note 31309/head
authorMatthew Oliver <moliver@suse.com>
Fri, 1 Nov 2019 01:02:39 +0000 (01:02 +0000)
committerMatthew Oliver <moliver@suse.com>
Thu, 2 Jan 2020 00:32:01 +0000 (00:32 +0000)
Swift accounts are not like normal accounts, they are more akin to a
bank account that multile people could share. Or in the case of a cloud
it is usually mapped to the tenant.

Radosgw deals with this with a user and subuser, which is great, but a
little confusing. So this patch adds a note to those used to the Swift
API to make it more clear.

Signed-off-by: Matthew Oliver <moliver@suse.com>
doc/radosgw/swift/auth.rst

index 26290505c13d33764843e556f6b8f5732500e6f9..12d6b23ffee5408b9d3f497618730439a201dd77 100644 (file)
@@ -14,6 +14,11 @@ For details on RADOS Gateway administration, see `radosgw-admin`_.
 
 .. _radosgw-admin: ../../../man/8/radosgw-admin/ 
 
+.. note::
+  For those used to the Swift API this is implementing the Swift auth v1.0 API, as such
+  `{username}` above is generally equivalent to a Swift `account` and `{subusername}`
+  is a user under that account.
+
 Auth Get
 --------