Your agent can rotate secrets monthly
Rotates a designated set of secrets in your encrypted store on the first of every month, generating a fresh high-entropy value for each and writing it back with secret set, then appends a dated entry to a rotation ledger on the drive. It records the month it rotated each secret so a re-queued or retried run in the same month never rotates the same secret twice. It can optionally email the new value to a configured recipient. Does nothing on a run where every designated secret has already been rotated this month.
-
Rotates a designated set of secrets in your encrypted store on the first of every month -
Generates a fresh high-entropy value and writes it back with secret set -
Appends a dated rotation ledger to your drive without ever storing the value -
Records the rotation month so a retried run never rotates the same secret twice