Sascha Marcel Schmidt
Sascha Marcel Schmidt
Hi, this PR is stall for a year now - is there anything I can do to make this happen? Best regards, Sascha
Hi, I do not have any interest in this issue anymore, I wrote some code back then which is available as pull-request. Beware that this code still has issues that...
As soon as you move to yml I am going to update the recipe.
Just updated the docker recipe. Every possible configuration option should now be available via environment variables (readme.md isn't updated yet). I also added an container to run the openpogobotui.
Another year passed.
Hi everyone, I am having a similar issue regarding terragrunt-lint and hcl files. In my case it is about vault policy configurations which are as well written as hcl and...
That's exactly how we are working around it right now. Sadly we already had to disable terrascan due to the current symlink issue. There are not too many terraform linters...
On fedora 31 the solution over [here](https://github.com/dracut-crypt-ssh/dracut-crypt-ssh/issues/34#issuecomment-510599761) worked, while ```ssh-keygen -A -m PEM``` did ***not*** seem to work.
> another workaround is to generate the static keys (recommended anyways). > > ``` > openssl ecparam -name prime256v1 -genkey -noout -out key.pem > openssl genrsa -out key.pem 2048 >...
Just tried that on fedora 36 as well. Works like a charm. Thanks a lot!