mautrix/go

A way to avoid the database password in the bridge config.yaml file

Davidffry opened this issue · 0 comments

I would like to know how do you do to do not have any passwords/secrets in the config file.

It is a bad practice to have any secrets in a file. I use the kubernetes orchestrator to store the config file but we can use ENV vars or passing options to set the secrets.

We can considerate this as a new feature.