mirror of
https://github.com/ceph/ceph
synced 2025-02-22 18:47:18 +00:00
Merge pull request #16418 from theanalyst/doc-rgw-tenant-names
doc: rgw clarify limitations when creating tenant names Reviewed-by: Casey Bodley <cbodley@redhat.com> Reviewed-by: Pritha Srivastava <prsrivas@redhat.com> Reviewed-by: Jos Collin <jcollin@redhat.com>
This commit is contained in:
commit
c6e90d93a3
@ -38,7 +38,9 @@ Create a user testx$tester to be accessed with Swift::
|
||||
# radosgw-admin --tenant testx --uid tester --display-name "Test User" --subuser tester:test --key-type swift --access full user create
|
||||
# radosgw-admin --subuser 'testx$tester:test' --key-type swift --secret test123
|
||||
|
||||
Note that the subuser with explicit tenant had to be quoted in the shell.
|
||||
.. note:: The subuser with explicit tenant has to be quoted in the shell.
|
||||
|
||||
Tenant names may contain only alphanumeric characters and underscores.
|
||||
|
||||
Accessing Buckets with Explicit Tenants
|
||||
=======================================
|
||||
|
Loading…
Reference in New Issue
Block a user