mirror of
https://github.com/ceph/ceph
synced 2025-01-20 01:51:34 +00:00
:doc: Added new auth settings to reference doc.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
This commit is contained in:
parent
199dc5d0dc
commit
b8dfe8227d
@ -4,11 +4,44 @@
|
||||
|
||||
``auth supported``
|
||||
|
||||
.. deprecated:: 0.51
|
||||
|
||||
:Description: Indicates the type of authentication used. Currently ``cephx`` only. If not specified, it defaults to ``none``.
|
||||
:Type: String
|
||||
:Required: No
|
||||
:Default: ``none``
|
||||
|
||||
|
||||
``auth cluster required``
|
||||
|
||||
.. versionadded:: 0.51
|
||||
|
||||
:Description: Enables authentication for the cluster. Valid setting is ``cephx``.
|
||||
:Type: String
|
||||
:Required: No
|
||||
:Default: ``none``
|
||||
|
||||
|
||||
``auth service required``
|
||||
|
||||
.. versionadded:: 0.51
|
||||
|
||||
:Description: Enables authentication for the service. Valid setting is ``cephx``.
|
||||
:Type: String
|
||||
:Required: No
|
||||
:Default: ``none``
|
||||
|
||||
|
||||
|
||||
``auth client required``
|
||||
|
||||
.. versionadded:: 0.51
|
||||
|
||||
:Description: Enables authentication for the client. Valid setting is ``cephx``.
|
||||
:Type: String
|
||||
:Required: No
|
||||
:Default: ``none``
|
||||
|
||||
|
||||
``keyring``
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user