You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same problem.
Not only password, the encryption key is also stored in plain text in .orientdb_history by executing config set storage.encryptionKey xxxxxxxxx in console.sh
It may cause security issues. Any configuration will help to disable the console history?
OrientDB Version: 2.2.30
Java Version: Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
OS: Linux (Ubuntu 14.04.5)
Expected behavior
Passwords should NOT be stored in .orientdb_history
Actual behavior
Passwords are stored in plain text in .orientdb_history
Steps to reproduce
Connect to OrientDB via console:
$ORIENTDB_HOME/bin/console.sh
Connect to a database:
orientdb> CONNECT plocal:../databases/GratefulDeadConcerts admin my_admin_password
Quit the console and cat .orientdb_history file:
As this violates our security policy, we cannot use OrientDB.
The text was updated successfully, but these errors were encountered: