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:
[email protected]


With regards,
Apache Git Services

Reply via email to