Library Settings Get Help
Stacktora
Stacktora / Vault / Go + Postgres: IT Access Request & Approval Workflow
Backend by @ops

Go + Postgres: IT Access Request & Approval Workflow

Requesting access to an internal system or tool, with an approval chain before it's granted — a common enterprise IT pattern distinct from Employee Onboarding (broader checklist) and generic approval workflows elsewhere: this is specifically access-grant requests.

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

The stack

Go 1.26 PostgreSQL

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install go-it-access-request-workflow --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