Results 20 comments of Philip

(dang, over a year since original request) I second this. Importing posts can get nasty with the recent move people are doing: .. \n .., etc to push down hashtags...

> When your implement a wrapper without any dependencies with the core API, we cannot inject this instance into the Model. I solved this by overload the __construct() on a...

FYI: here's `curl` via command line from the Rundeck server, talking to salt.localhost ``` root@08ff8ada3894:/# curl -iX "POST" "https://salt.localhost:8000/login" -H 'Content-Type: application/json' -H 'Accept: application/json' -d $'{ "eauth": "pam", "username":...

> please use http only, You literally told me in #21 ([direct comment link](https://github.com/rundeck-plugins/salt-step/issues/21#issuecomment-381565078)) not to use HTTP. Not to mention given the nature of our business, we are required...

No worries. However, that's not the issue of this ticket. Rundeck is successfully connecting and authenticating with `salt`. The problem is it seems to something changed in the header management:...

For the record, I ran into this issue, too, and found the root was: ``` The stream or file "/var/www/html/storage/logs/laravel-2021-09-20.log" could not be opened in append mode: failed to open...

Came here for this. `helm secrets` needs a `--quiet` option, pressing all output, except desired (e.g. `templates` would output the template).

I want to point out this fundamentally breaks a `helm template`'s use case of allowing you to pipe into `kubectl apply` - e.g. `helm template | kubectl apply -f -`...

Running into this as well. It's now blocking our developers. Every time our satis server is pushed, redeployed, the checksums of packages are changing. I can replicate this locally by...

I just updated today, and this appears to have been fixed now. There was a minor update to shell script. We can close this out now.