From: Abhishek Lekshmanan Date: Wed, 19 Jul 2017 11:57:48 +0000 (+0200) Subject: doc: rgw clarify limitations when creating tenant names X-Git-Tag: v12.1.2~209^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F16418%2Fhead;p=ceph.git doc: rgw clarify limitations when creating tenant names We only allow alphanumeric and underscore characters in tenant names according to the validation in `RGWHandler_REST::validate_tenant_name` Signed-off-by: Abhishek Lekshmanan --- diff --git a/doc/radosgw/multitenancy.rst b/doc/radosgw/multitenancy.rst index 42396cdbd1a3..95f22d7a1d91 100644 --- a/doc/radosgw/multitenancy.rst +++ b/doc/radosgw/multitenancy.rst @@ -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 =======================================