electric-sql / electric

Sync little subsets of your Postgres data into local apps and services.
https://electric-sql.com
Apache License 2.0
6.46k stars 156 forks source link

ConnectionManager stores password in clear text in its state #1718

Closed alco closed 1 month ago

alco commented 2 months ago

The password needs to be obfuscated such that when ConnectionManager crashes and its state is logged, the password is not visible in the log output.