Open colemickens opened 4 years ago
I don't know what you expected to go different here. What's the difference between the first sops call and the second one?
It irrecoverably wiped secrets.yaml when the call to Azure failed...
I've just stopped using '-i' since it seems unsafe in cases like this.
On Fri, Jul 24, 2020, 07:31 Adrian Utrilla notifications@github.com wrote:
I don't know what you expected to go different here. What's the difference between the first sops call and the second one?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mozilla/sops/issues/703#issuecomment-663567838, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACP25BLPCM3EHHCDU57I33R5GLMVANCNFSM4PF7Z5AA .
To elaborate:
I didn't realize that secrets.yaml was wiped, so I was also surprised that the second encrypt call worked.
It seems like:
I guess this is because I used
-i
, but still... I don't think this should be expected behavior I hope.