tuenti / secrets-manager

A daemon to sync Vault secrets to Kubernetes secrets
Apache License 2.0
171 stars 26 forks source link

Secrets deletion proposal #8

Closed fllaca closed 5 years ago

fllaca commented 5 years ago

Proposal and implementation for a DELETE secret operation. It could be desirable that if a secret is removed from Vault, it is removed also from the K8s cluster which is referencing it.

Some posible behaviours:

Anything else?

fcgravalos commented 5 years ago

Closing as it's fixed by #30