You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by GitBox <gi...@apache.org> on 2021/12/15 01:49:44 UTC

[GitHub] [incubator-kyuubi] ulysses-you commented on a change in pull request #1552: [KYUUBI #1550] Provide a specific user guide about connecting to kerberized kyuubi

ulysses-you commented on a change in pull request #1552:
URL: https://github.com/apache/incubator-kyuubi/pull/1552#discussion_r769181692



##########
File path: docs/security/kinit.md
##########
@@ -23,9 +23,13 @@
 
 # Kinit Auxiliary Service
 
-In order to work with a kerberos-enabled cluster, Kyuubi provides this kinit auxiliary service.
-It will periodically re-kinit with to keep the Ticket Cache fresh.
+Kinit auxiliary service is a critical service both for authentication between Kyuubi client/server 
+and for authentication between Kyuubi server/Hadoop cluster in a Kerberos environment.
+It will get a Kerberos Ticket Cache from KDC and periodically re-kinit to keep the Ticket Cache fresh.
 
+**Note**:
+Kinit auxiliary service is critical to Kyuubi Kerberos authentication, but not vice versa.
+Kinit auxiliary service can also work with other authentication mode.

Review comment:
       It seems more readable like this ?
   ```
   - xxx
   - xxx
   ```
   
   otherwise the tow lines in md will be inlined.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org