tuenti / secrets-manager

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

Endpoint to force sync and option to disable polling #67

Open servo1x opened 4 years ago

servo1x commented 4 years ago

It would be nice if there was an option to disable polling and offer an endpoint that could be called to force a sync so updates to secrets can be more controlled if desired.

eduardogr commented 3 years ago

Hi @servo1x. First of all, thanks for using the secrets-manager and sorry for the late response.

What do you mean by disable polling and offer an endpoint that could be called?

By saying "to force a sync so updates to secrets can be more controlled if desired", i understand you mean the reconcile-period, right?

So, I assume you want to be able to

Is that right? Can you tell me more about your usecase?

servo1x commented 3 years ago

Hi @eduardogr, yes we were interested in a way that instead of polling, we could trigger the sync via a webhook for example.