Add SHA-256 password encryption (#839)

This commit is contained in:
Josipmrden
2023-04-03 16:29:21 +02:00
committed by GitHub
parent f5a49ed29f
commit 128771a6ec
8 changed files with 332 additions and 73 deletions

View File

@@ -98,6 +98,7 @@ startup_config_dict = {
"IP address on which the websocket server for Memgraph monitoring should listen.",
),
"monitoring_port": ("7444", "7444", "Port on which the websocket server for Memgraph monitoring should listen."),
"password_encryption_algorithm": ("bcrypt", "bcrypt", "The password encryption algorithm used for authentication."),
"pulsar_service_url": ("", "", "Default URL used while connecting to Pulsar brokers."),
"query_execution_timeout_sec": (
"600",