pan3793 commented on code in PR #5653:
URL: https://github.com/apache/kyuubi/pull/5653#discussion_r1390598229
##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -2718,9 +2728,7 @@ object KyuubiConf {
val SERVER_ADMINISTRATORS: ConfigEntry[Set[String]] =
buildConf("kyuubi.server.administrators")
.doc("Comma-separated list of Kyuubi service administrators. " +
- "We use this config to grant admin permission to any service accounts
when " +
- s"security mechanism is enabled. Note, when
${AUTHENTICATION_METHOD.key} is " +
- "configured to NOSASL or NONE, everyone is treated as administrator.")
+ "We use this config to grant admin permission to any service
accounts.")
Review Comment:
why change this?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]