Stacktora
Stacktora / Vault / Go + Postgres + Redis: API Key Rotation & Credential Lifecycle Management
Compliance by @ops

Go + Postgres + Redis: API Key Rotation & Credential Lifecycle Management

Scheduled rotation of API keys and credentials with a worker managing the rotation cycle and history — distinct from Secrets & Config Management: that's storage, this is specifically the rotation lifecycle and audit trail of when keys changed.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Go 1.26 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install go-api-key-rotation-lifecycle --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault