turboFei commented on code in PR #5182:
URL: https://github.com/apache/kyuubi/pull/5182#discussion_r1299712510
##########
docs/configuration/settings.md:
##########
@@ -392,6 +392,7 @@ You can configure the Kyuubi properties in
`$KYUUBI_HOME/conf/kyuubi-defaults.co
| kyuubi.server.limit.connections.per.user | <undefined>
| Maximum kyuubi server connections per user. Any user exceeding this limit
will not be allowed to connect.
| int | 1.6.0 |
| kyuubi.server.limit.connections.per.user.ipaddress | <undefined>
| Maximum kyuubi server connections per user:ipaddress combination. Any
user-ipaddress exceeding this limit will not be allowed to connect.
| int | 1.6.0 |
| kyuubi.server.limit.connections.user.unlimited.list
|| The maximum connections of the user in the white list will not be limited.
| seq | 1.7.0 |
+| kyuubi.server.limit.connections.user.blacklist
|| The user in the blacklist will be refused to connect to kyuubi server.
| seq | 1.8.0 |
Review Comment:
The user in the limited list will be refused to connect to kyuubi server.
--
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]