Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add plugins for reload notifications #65

Open
MarcosDY opened this issue May 26, 2023 · 0 comments
Open

Add plugins for reload notifications #65

MarcosDY opened this issue May 26, 2023 · 0 comments

Comments

@MarcosDY
Copy link
Collaborator

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:

  • SignalNotiication: Send a signal to an specific process
  • PostgresNotification: Notify notify postgres to reload certificates
  • MySqlNotification: Notify MySQL to reload certificates
  • BashNotification: Run a bash script that can be used to apply changes or notify processes

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

@JU4N98 JU4N98 mentioned this issue Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant