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
Credentials are supplied by using the environment vars AZURE_TENANT_ID, AZURE_CLIENT_ID,AZURE_CLIENT_SECRET;
SOPS_KEY is the full url to the secret used to encrypt the file.
Using sops manually results in the correct decryption
Hi @adamhealthhero,
Somehow I missed this when it was opened, sorry about that.
Looking at this now, though, I'm unable to reproduce your results. There's also a unit test checking this (although not specifically writing it to local_file). Can you still reproduce this?
Not getting desired results when decrypting binary files.
creating a binary file and encrypting it
In terraform:
file decoded and written out to file
Credentials are supplied by using the environment vars AZURE_TENANT_ID, AZURE_CLIENT_ID,AZURE_CLIENT_SECRET;
SOPS_KEY is the full url to the secret used to encrypt the file.
Using sops manually results in the correct decryption
The text was updated successfully, but these errors were encountered: