bowenliang123 commented on PR #5196:
URL: https://github.com/apache/kyuubi/pull/5196#issuecomment-1691060448
```
- KYUUBI #3839 session user sign - check session user sign *** FAILED ***
java.lang.IllegalArgumentException: signature verification failed:
publicKeyBase64:g =
MIGbMBAGByqGSM49AgEGBSuBBAAjA4GGAAQBwzFKFI0jsJxTOlj17JiUg5t+Uoi80XE3ZW17+2f+F5unUrK9doAPhc6ocyr43Gk9Qr0RirtXdm3fl8FIuttlil0Al2ChHH2s8sVTrcSTYqtRR8WO/e+7LL2VZMV+/2VQOLiFpEKboT96oG9KCHfENNzHvYgwlXJHXemxU/ldt6q3lxw=,
signatureBase64:g =
MIGHAkF7HlamPOWIUUljI/yJ6IAsrBwfB1Z5v2+ySLdurochqCjO71tJkJxJvEbfy7QunfcFY0HmAFWl5Wk+9ZxyLrFKcgJCAcjlyKqZ7Wj1XuJZ50eXzKVNu1jMeM6JGU9zYepTiHdstuq9iR55Pda2qvg2OQJXWgxv/aCqq9upcUBP02MviThZ,
plainText:user
at
org.apache.kyuubi.util.SignUtils$.verifySignWithECDSA(SignUtils.scala:75)
at
org.apache.kyuubi.session.SessionSigningSuite.$anonfun$new$10(SessionSigningSuite.scala:94)
at
org.apache.kyuubi.session.SessionSigningSuite.$anonfun$new$10$adapted(SessionSigningSuite.scala:72)
at
org.apache.kyuubi.operation.JDBCTestHelper.$anonfun$withMultipleConnectionJdbcStatement$4(JDBCTestHelper.scala:61)
at
org.apache.kyuubi.operation.JDBCTestHelper.$anonfun$withMultipleConnectionJdbcStatement$4$adapted(JDBCTestHelper.scala:61)
at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:563)
at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:561)
at scala.collection.AbstractIterable.foreach(Iterable.scala:926)
at
org.apache.kyuubi.operation.JDBCTestHelper.withMultipleConnectionJdbcStatement(JDBCTestHelper.scala:61)
at
org.apache.kyuubi.operation.JDBCTestHelper.withMultipleConnectionJdbcStatement$(JDBCTestHelper.scala:54)
...
Cause: java.lang.IllegalArgumentException: Illegal base64 character 20
at java.util.Base64$Decoder.decode0(Base64.java:714)
at java.util.Base64$Decoder.decode(Base64.java:526)
at java.util.Base64$Decoder.decode(Base64.java:549)
at
org.apache.kyuubi.util.SignUtils$.verifySignWithECDSA(SignUtils.scala:62)
at
org.apache.kyuubi.session.SessionSigningSuite.$anonfun$new$10(SessionSigningSuite.scala:94)
at
org.apache.kyuubi.session.SessionSigningSuite.$anonfun$new$10$adapted(SessionSigningSuite.scala:72)
at
org.apache.kyuubi.operation.JDBCTestHelper.$anonfun$withMultipleConnectionJdbcStatement$4(JDBCTestHelper.scala:61)
at
org.apache.kyuubi.operation.JDBCTestHelper.$anonfun$withMultipleConnectionJdbcStatement$4$adapted(JDBCTestHelper.scala:61)
at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:563)
at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:561)
...
```
--
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]