Skip to content

Why can't i decrypt in place while ignoring MAC #942

Answered by joegraviton
jgilfoil asked this question in Q&A
Discussion options

You must be logged in to vote

workaround:

sops --decrypt --ignore-mac secret.sops.yaml > tmp.yaml
vim tmp.yaml  # edit it
sops --encrypt tmp.yaml > secret.sops.yaml

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jgilfoil
Comment options

Answer selected by jgilfoil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants