commit fde1656e04760597bba3f6e635d7f0fd4dde81ba
Author: Reece Williams <31943163+Reecepbcups@users.noreply.github.com>
Date: Mon Jan 9 13:04:58 2023 -0600
feat(price-feeder): hide keyring password on input (#1696)
## Description
Hides the password from the terminal for the price-feeder application (no local echo)
price-feeder /root/price-feeder_config/price-feeder.toml --log-level debug < password_file.txt
Summary of Bug
Error occurs in price-feeder when reading password as file (v2.0.4)
Currently, price-feeder can only be operated with systemd-service.
In v2.0.3, price-feeder could be operated with a script that directly entered the command.
In order to use self-monitoring and tools, a method of directly entering a command was used. Regardless of the intention of the core team, I think the function that used to work well should still work.
Related Patches
Version
price-feeder v2.0.4
Steps to Reproduce
For Admin Use