You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Python version of sops is deprecated and no longer supported. For version 2.0.0 sops was rewritten in go. If you want to encrypt something with sops from Python, use https://docs.python.org/3/library/subprocess.html to call the sops binary.
I agree with @felixfontein and have implemented it in a program to verify it works as expected with the new Go based sops package.
Using Python 3.12 and SOPS v3.8.1
For instance, my use case is as follows.
The text was updated successfully, but these errors were encountered: