jonasvinther / medusa

A cli tool for importing and exporting Hashicorp Vault secrets
MIT License
482 stars 62 forks source link

Ignoring updates #157

Open Misosooup opened 7 months ago

Misosooup commented 7 months ago

Hi, just wondering if we are able to get a feature where we can flag a secrets as "ignore update"?

We are running the migration every time when docker starts locally, as time goes, secrets are updated but there are some secrets that we wish to overwrite all the time to make sure they are updated. However, there are some that we have asked our developes to changed. These are the ones that we don't want medusa to overwrite.

Can we do something in the yaml file like

secret: value
    update: false