spiffe / spiffe-helper

The SPIFFE Helper is a tool that can be used to retrieve and manage SVIDs on behalf of a workload
Apache License 2.0
43 stars 40 forks source link

Add plugins for reload notifications #65

Open MarcosDY opened 1 year ago

MarcosDY commented 1 year ago

In current implementation we supports sending signals or running an script in order to communicate process that a SVID was rotated, but now we have windows where signals is not an option.. I was thinking about this and we may be able to add plugins that are used to send notifications to process (for example postgres or mysql) about there is a new SVID and they may rotate.

For now I was thinking in:

The advantage is that we may be able to support different applications without depending only on signals or bash scripts.