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
Memos now accepts MEMOS_DSN_FILE env var without modifications, which is great; but then proceeds to dump the password, in plaintext, to the log as it starts up in production mode. I understand doing so in development mode, but database passwords shouldn't be passed in to production logs.
Steps to reproduce
Start memos with any valid configuration that uses the MEMOS_DSN environmental variable.
View logs, specifically under 'Server Profile' immediately after startup (any log verbosity level).
The version of Memos you're using
v0.24.0
Screenshots or additional context
Running in Docker Swarm from Docker Compose (neosmemo/memos:v0.24.0)
The text was updated successfully, but these errors were encountered:
Describe the bug
Memos now accepts MEMOS_DSN_FILE env var without modifications, which is great; but then proceeds to dump the password, in plaintext, to the log as it starts up in production mode. I understand doing so in development mode, but database passwords shouldn't be passed in to production logs.
Steps to reproduce
The version of Memos you're using
v0.24.0
Screenshots or additional context
Running in Docker Swarm from Docker Compose (neosmemo/memos:v0.24.0)
The text was updated successfully, but these errors were encountered: