memgraph / helm-charts

Helm charts for deploying Memgraph, an open-source in-memory graph database.
https://memgraph.github.io/helm-charts/
Apache License 2.0
13 stars 9 forks source link

[Bug]: installing the standalone as-is does not work when providing a user/pass #37

Closed aqeelat closed 1 month ago

aqeelat commented 2 months ago

Contact Details

No response

What happened?

I deployed v0.1.3 using this values file:

memgraphUser: myuser
memgraphPassword: mysecretpassword

And it kept erroring out and saying "Couldn't authenticate user '' because the user doesn't exist. For more details, visit: memgr.ph/auth." The url does not provide any solutions.

Deploying without the credentials gives these logs:

[2024-07-07 08:10:11.396] [warning] The auth-module-executable flag is deprecated and superseded by auth-module-mappings. To switch to the up-to-date flag, start Memgraph with auth-module-mappings=basic:{your module's path}.
[2024-07-07 08:10:11.396] [warning] storage_parallel_index_recovery flag is deprecated. Check storage_mode_parallel_schema_recovery for more details.
[2024-07-07 08:10:11.396] [warning] The auth-module-executable flag is deprecated and superseded by auth-module-mappings. To switch to the up-to-date flag, start Memgraph with auth-module-mappings=basic:{your module's path}.
[2024-07-07 08:10:11.396] [warning] storage_parallel_index_recovery flag is deprecated. Check storage_mode_parallel_schema_recovery for more details.
You are running Memgraph v2.18.0
To get started with Memgraph, visit https://memgr.ph/start
Max virtual memory areas vm.max_map_count 65530 is too low, increase to at least 262144
[2024-07-07 08:10:11.426] [memgraph_log] [warning] Invalid license key string. To use Enterprise features please set it to a valid string using the following query:
SET DATABASE SETTING "enterprise.license" TO "your-license-key"
[2024-07-07 08:10:11.526] [memgraph_log] [warning] No snapshot or WAL file found. For more details, visit https://memgr.ph/durability.
[2024-07-07 08:10:11.736] [memgraph_log] [warning] Using non-secure Bolt connection (without SSL). For more details, visit https://memgr.ph/ssl.
[2024-07-07 08:10:28.978] [memgraph_log] [warning] The client didn't supply the principal field! Trying with ""...
[2024-07-07 08:10:28.979] [memgraph_log] [warning] The client didn't supply the credentials field! Trying with ""...
[2024-07-07 08:10:29.008] [memgraph_log] [warning] The client didn't supply the principal field! Trying with ""...
[2024-07-07 08:10:29.008] [memgraph_log] [warning] The client didn't supply the credentials field! Trying with ""...
[2024-07-07 08:10:38.967] [memgraph_log] [warning] The client didn't supply the principal field! Trying with ""...
[2024-07-07 08:10:38.967] [memgraph_log] [warning] The client didn't supply the credentials field! Trying with ""...
[2024-07-07 08:11:08.966] [memgraph_log] [warning] The client didn't supply the principal field! Trying with ""...
[2024-07-07 08:11:08.966] [memgraph_log] [warning] The client didn't supply the credentials field! Trying with ""...
[2024-07-07 08:11:08.966] [memgraph_log] [warning] The client didn't supply the principal field! Trying with ""...
[2024-07-07 08:11:08.966] [memgraph_log] [warning] The client didn't supply the credentials field! Trying with ""...
[2024-07-07 08:11:38.969] [memgraph_log] [warning] The client didn't supply the principal field! Trying with ""...
[2024-07-07 08:11:38.969] [memgraph_log] [warning] The client didn't supply the credentials field! Trying with ""...

Chart type

Standalone

Chart version

0.1.0

Environment

Google Cloud Platform

Relevant log output

No response

antejavor commented 2 months ago

Hi @aqeelat, thanks for opening the issue for this, I will take a look.