Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: encryption passwords as YAML in config file (#1036)
* feat: encryption passwords as YAML in config file When encryption passwords are specified in a YAML config file rather than environment variables, they can now be specified as YAML rather than having to specify them as a string that is then separately parsed as JSON. * Update internal/encryption/passwordparser/parser.go Co-authored-by: Andrea Zucchini <[email protected]> --------- Co-authored-by: Andrea Zucchini <[email protected]>
- Loading branch information