-
Notifications
You must be signed in to change notification settings - Fork 10
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
Global config flag ignored #86
Comments
@rasmusson can you share the config you have just so I understand how you're using it? Please remember to remove the secrets before sharing! |
[default] |
Thanks @rasmusson. Can you also share your Hookdeck CLI version you're running? Have you tried It seems you may be running the CLI inside Docker? Let me test this out and see what's going on here. |
version 0.8.6 |
Hi @rasmusson, thanks for sharing. I tried recreating your issue locally but unable to encounter this problem. I noticed a few things, so maybe you can help explore these ideas maybe? 1: The config you shared seems a little dated. It looks like it's a "CI" client where you ran 2: Because you used 3: You're using v0.8.6, which is a bit older version. We've had 2 breaking changes since. This should NOT be an issue here since I tried using this version too and things still work on my end, but maybe you should consider updating to the latest version, just to be up to date? Again, I think the issue is probably the old credentials here. Sorry for the breaking change, we definitely should have considered a better migration path last year when we rolled out a new version where the CLI handles API keys differently. Please let me know if you still run into issues here and I'd be happy to investigate further! |
@alexluong - just to quickly confirm, you have see the |
@leggetter yes, when I tried the config flag, everything was working as expected. I tested on the latest version and v0.8.6. |
I using hookdeck cli with docker and Im trying to run it as another user than root.
To accomplish that Im trying to use --config flag of hookdeck cli. No matter what I try, the flag seems to be ignored.
I put the config file in /tmp/.config/hookdeck/config.toml
and try to start hookdeck cli with
hookdeck listen homeassistant-service:8080 automate --config /tmp/.config/hookdeck/config.toml
I always get
"Not connected with any account. Creating a guest account..."
The text was updated successfully, but these errors were encountered: