pan3793 commented on code in PR #7374:
URL: https://github.com/apache/kyuubi/pull/7374#discussion_r3032484819


##########
kyuubi-common/src/main/scala/org/apache/kyuubi/service/authentication/InternalSecurityAccessor.scala:
##########
@@ -32,23 +33,17 @@ class InternalSecurityAccessor(conf: KyuubiConf, val 
isServer: Boolean) {
   val cryptoKeyAlgorithm = conf.get(ENGINE_SECURITY_CRYPTO_KEY_ALGORITHM)
   val cryptoCipher = conf.get(ENGINE_SECURITY_CRYPTO_CIPHER_TRANSFORMATION)
 
+  private val random = new SecureRandom()

Review Comment:
   move it to `object InternalSecurityAccessor`?



-- 
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]

Reply via email to