Skip to content

Commit

Permalink
Merge pull request #6858 from jcsp/wip-cephfs-auth-doc
Browse files Browse the repository at this point in the history
doc: note that cephfs auth stuff is new in jewel
  • Loading branch information
ukernel committed Dec 10, 2015
2 parents 701a662 + 1b6a7e3 commit 0217439
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/cephfs/client-auth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ CephFS Client Capabilities
Use Ceph authentication capabilities to restrict your filesystem clients
to the lowest possible level of authority needed.

.. note::

Path restriction and layout modification restriction are new features
in the Jewel release of Ceph.

Path restriction
================

Expand Down Expand Up @@ -46,6 +51,7 @@ those in use for CephFS, set an OSD authentication capability that
restricts access to the CephFS data pool(s):

::

client.0
key: AQAz7EVWygILFRAAdIcuJ12opU/JKyfFmxhuaw==
caps: [mds] allow rw
Expand All @@ -67,6 +73,7 @@ For example, in the following snippet client.0 can modify the pool used
for files, but client.1 cannot.

::

client.0
key: AQAz7EVWygILFRAAdIcuJ12opU/JKyfFmxhuaw==
caps: [mds] allow rwp
Expand Down

0 comments on commit 0217439

Please sign in to comment.