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
[SOPS] INFO[0000] Data key recovered successfully
[SOPS] DEBU[0000] Decrypting tree
uploading /secrets/project/a/prod/credentials.enc.yml to 127.0.0.1:8200/v1/secrets/data//project/a/prod/credentials.enc.yml ? (y/n): y
error loading config: no matching destination found in config
Because of parameters.yml sops cannot publish further after that file, even if my regex doesn't capture it.
.
└── project
├── a
│ └── prod
│ ├── credentials.enc.yml
│ └── parameters.yml <-- Cause of fail
└── b
└── base
└── credentials.enc.yml
find . -type f | grep -E '^.*/project/.*\.enc\.yml$'
./secrets/project/a/prod/credentials.enc.yml
./secrets/project/b/base/credentials.enc.yml
If I remove parameters.yml (which is empty), publishing with sops works perfectly. I also tried copying the content of credentials.enc.yml to parameters.yml without success
Thanks for any help!
The text was updated successfully, but these errors were encountered:
sops --config .sops.yml --verbose publish --recursive secrets
Because of
parameters.yml
sops cannot publish further after that file, even if my regex doesn't capture it..sops.yaml
Testing the regex:
If I remove
parameters.yml
(which is empty), publishing with sops works perfectly. I also tried copying the content ofcredentials.enc.yml
toparameters.yml
without successThanks for any help!
The text was updated successfully, but these errors were encountered: