Open acepsaepudin opened 2 years ago
The encrypted file seems to have no key indeed, so basically it cannot be decrypted - except if someone can guess the key. I guess it's a bug that this can happen.
In any case, the problem is your .sops.yaml
. I think it should rather look like this - judging from the examples in README; I've never used KMS. So maybe this is also totally wrong:
creation_rules:
- kms:
- arn: 'arn:aws:kms:ap-southeast-1:XXXX:key/xxxxx'
role: 'arn:aws:iam::XXX:role/XXXX'
Duplicates of: https://github.com/mozilla/sops/issues/804
Hi,
I have
.sops.yml
config in my root repository like this:I ran this command:
and this is the output of
kube_config_cluster.yml
I ran
sops -d -i kube_config_cluster.yml
and show output like this:Somebody can help me on this ?