-
-
Notifications
You must be signed in to change notification settings - Fork 305
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Motivation
When using a randomly generated password for a database, the url has to be escaped, it adds extra complexity to prepare it in a particular way for the app.
Describe the solution you'd like
I see there are 2 options:
- Add options to read the database url in a granular format, where there is separate username, password, host, port and other pieces are set. That way cli will raise an issue if the DB url is set same time as the DB options.
- Add a password specific parameter that allows overriding the password in the DB url
Describe alternatives you've considered
Currently I craft a string in a separate python script before injecting it in the systemd env
Additional context
none
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request