For Symmetric Key Authentication as per documentation KeyStore password is optional, but JDK 11 requires it #10794
Unanswered
dishabehrani7
asked this question in
Q&A
Replies: 1 comment 2 replies
|
Hi, Yes it should work, it looks like you are not passing the keystore password to it. In any case I strongly suggest to plan a update to a most recent release. Regards |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi ,
I am using OrientDB 3.2.21 with JDK 11 and configuring Symmetric Key Authentication using a JCEKS keystore containing an AES secret key.
I created the keystore using:
According to the documentation, both keyStore.password and keyStore.keyPassword are marked as optional.
https://orientdb.dev/docs/3.0.x/security/Security-Symmetric-Key-Authentication.html#keystore
However, when I omit the password property from the configuration, OrientDB fails with:
I have the following questions -
1.) Does OrientDB actually support passwordless JCEKS keystores for symmetric key authentication as documnet mentions its optional ?
2.) If yes, what is the supported procedure for creating such a keystore?
3.) If no, should the documentation state that password is required when using keystore as authentication mode ?
4.) Was there a previous OrientDB version, JDK version, or keystore type where a null password was supported?
Thanks,
Disha
All reactions