-
-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Description
ArcadeDB Version: 23.2.1 (build e8f512f/1677638572021/main)
JDK Version: openjdk 11.0.18 2023-01-17
OS: MacOS 12.6
User passwords passed via server.defaultDatabases are not hidden in studio server settings listings.
Expected behavior
arcadedb.server.defaultDatabases | test[user:********]
Actual behavior
arcadedb.server.defaultDatabases | test[user:password]
Steps to reproduce
Start server via:
export JAVA_OPTS="-Darcadedb.server.defaultDatabases=test[user:password]"; bin/server.sh
See in studio, on the tab tab-server, on the sub-tab tab-server-settings.
Reactions are currently unavailable