Felix Fontein
Felix Fontein
I'm not sure why you added the contents of the plugin into the issue; I've removed them. They do not belong there.
> Does the INI file format only allow inactive options if the comment symbol (`#` or `;`) is the very first character on a line, or is it allowed to...
Rewriting the lookup would be a breaking change, which isn't acceptable, someone would need to adjust it so it supports both libraries.
That depends on how deep the choice of JWT library is ingrained in the lookup. Also depends on how you define "rewrite" ;-)
There's a PR for the `machinectl` become plugin that tries to disable pipelining: #9908. Unfortunately that PR depends on support in ansible-core (https://github.com/ansible/ansible/pull/84878), but that PR isn't looking active.
Hmm, though it looks like https://github.com/ansible/ansible/pull/78111 replaces that PR in ansible/ansible, with a slightly different mechanism (the option is called slightly differently). Have to take a closer look tomorrow or...
I created a PR for this: #10537. Would be glad if someone could test / review it.
How about a command `sops replace`, that given a SOPS-encrypted file and an unencrypted file replaces the encrypted file's contents with the ones of the unencrypted file? I think that's...
Thanks for your contribution! This is unfortunately a **breaking change**, see https://github.com/getsops/sops/pull/1450#issuecomment-1978049930 for details.
@DrakeEvans it's always a breaking change, since it affects how SOPS identifies the type of some files. It will suddenly use the env store instead of the binary store for...