Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error occurs in price-feeder when reading password as file (v2.0.4) #1778

Open
4 tasks
meetrick opened this issue Feb 3, 2023 · 0 comments
Open
4 tasks

Comments

@meetrick
Copy link

meetrick commented Feb 3, 2023

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

commit fde1656e04760597bba3f6e635d7f0fd4dde81ba
Author: Reece Williams <[email protected]>
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)

Version

price-feeder v2.0.4

Steps to Reproduce

  • If the password is read as a file in the command below, an error occurs when operating the price-feeder.
price-feeder /root/price-feeder_config/price-feeder.toml --log-level debug < password_file.txt
  • In v2.0.3, price-feeder could be operated with a script that directly entered the command.

For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant