You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by gi...@git.apache.org on 2017/08/02 08:51:43 UTC

[GitHub] sijie commented on a change in pull request #350: Issue 349: Documentation for security feature in 4.5.0

sijie commented on a change in pull request #350: Issue 349: Documentation for security feature in 4.5.0
URL: https://github.com/apache/bookkeeper/pull/350#discussion_r130819977
 
 

 ##########
 File path: site/docs/security/sasl.md
 ##########
 @@ -0,0 +1,197 @@
+---
+title: Authentication using SASL
+prev: ../tls
+next: ../zookeeper
+---
+
+Bookies support client authentication via SASL. Currently we only support GSSAPI (Kerberos). We will start
+with a general description of how to configure `SASL` for bookies, clients and autorecovery daemons, followed
+by mechanism-specific details and wrap up with some operational details.
+
+## SASL configuration for Bookies
+
+1. Select the mechanisms to enable in the bookies. `GSSAPI` is the only mechanism currently supported by BookKeeper.
 
 Review comment:
   technically we don't treat DIGEST-MD5 as a security feature. there were discussions before to remove `passwd` completely, because it doesn't really make any sense.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services