mirror of
https://github.com/ceph/ceph
synced 2024-12-26 05:25:09 +00:00
doc: Added 'x' to monitor cap.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
This commit is contained in:
parent
18b7a37c96
commit
354c4112a9
@ -55,7 +55,7 @@ See the `Cephx Guide`_ for additional details on Ceph authentication.
|
||||
#. Add capabilities to the key. See `Configuration Reference - Pools`_ for details
|
||||
on the effect of write permissions for the monitor and creating pools. ::
|
||||
|
||||
sudo ceph-authtool -n client.radosgw.gateway --cap osd 'allow rwx' --cap mon 'allow rw' /etc/ceph/ceph.client.radosgw.keyring
|
||||
sudo ceph-authtool -n client.radosgw.gateway --cap osd 'allow rwx' --cap mon 'allow rwx' /etc/ceph/ceph.client.radosgw.keyring
|
||||
|
||||
|
||||
#. Once you have created a keyring and key to enable the Ceph Object Gateway
|
||||
|
@ -179,8 +179,8 @@ each node containing an instance.
|
||||
#. Add capabilities to each key. See `Configuration Reference - Pools`_ for details
|
||||
on the effect of write permissions for the monitor and creating pools. ::
|
||||
|
||||
sudo ceph-authtool -n client.radosgw.us-east-1 --cap osd 'allow rwx' --cap mon 'allow rw' /etc/ceph/ceph.client.radosgw.keyring
|
||||
sudo ceph-authtool -n client.radosgw.us-west-1 --cap osd 'allow rwx' --cap mon 'allow rw' /etc/ceph/ceph.client.radosgw.keyring
|
||||
sudo ceph-authtool -n client.radosgw.us-east-1 --cap osd 'allow rwx' --cap mon 'allow rwx' /etc/ceph/ceph.client.radosgw.keyring
|
||||
sudo ceph-authtool -n client.radosgw.us-west-1 --cap osd 'allow rwx' --cap mon 'allow rwx' /etc/ceph/ceph.client.radosgw.keyring
|
||||
|
||||
|
||||
#. Once you have created a keyring and key to enable the Ceph Object Gateway
|
||||
|
Loading…
Reference in New Issue
Block a user