How to set up the Hashicorp Vault as the notification source for your environment and rotate secrets
update
events on a given secret key.
Hashicorp Vault
notification source type.
host
: The host interface to bind the listener to. Use 0.0.0.0
to listen on all interfaces.port
: The port on which the listener will accept connections. Defaults to 8000tcp://<host>:8000
.ExternalSecrets
to trigger a reconciliation.
In this example - if any changes are made to secret-to-rotate
in the Vault, the Reloader will process every ExternalSecret
that contains a reference to secret-to-rotate