identity-stack
Chart · Stacks · standard · v0.0.5
Hardened, operator-free self-hosted SSO/identity stack: Keycloak (OIDC/SAML identity provider) + PostgreSQL (Keycloak's database) + oauth2-proxy (an auth proxy you place in front of any upstream app to authenticate users against Keycloak), wired together so you get single sign-on in front of your apps out of the box.
Version
The latest line lives at the base page; older lines have their own page so you can pin and verify exactly that version.
Deployed image digest
sha256:2c33374f5bd1ac44a52016ee8af0d4f3a0a7ed181bddbb7a4224b58c176af5c5Chart OCI version
oci://ghcr.io/quenchworks/charts/identity-stack:0.0.5The chart pins its image by this signed digest, so you never track it yourself. Signatures, SBOM, and provenance attach to the same digest.
Install the chart
Deploy to Kubernetes with hardened defaults. The chart pins its image by signed digest, so you never track it yourself.
Install (latest)
helm install my-identity-stack oci://ghcr.io/quenchworks/charts/identity-stack --version 0.0.5Deploys image (digest-pinned)
ghcr.io/quenchworks/images/keycloak@sha256:2c33374f5bd1ac44a52016ee8af0d4f3a0a7ed181bddbb7a4224b58c176af5c5
ghcr.io/quenchworks/images/postgresql@sha256:b492e8f2aa8528a0af8bc1aa835522ab222aa8e0a0a6c135b2d5fdc3e9467bd4
ghcr.io/quenchworks/images/oauth2-proxy@sha256:73496afee746deab63d06f404ba8e4057835a2f8b007365129c3c02840a360acCharts used:
- Chart version
- 0.0.5
- App version
- 1.0.0
- Chart license
- Apache-2.0
- App license
- Unknown
- Signed
- cosign (keyless)
- Values schema
- yes
- Last published
- 2026-07-10
Verify the chart
cosign verify ghcr.io/quenchworks/charts/identity-stack:0.0.5 \
--certificate-identity-regexp 'https://github.com/quenchworks/.+' \
--certificate-oidc-issuer https://token.actions.githubusercontent.comTransparency
The chart publishes its attestations on GitHub and the image it deploys carries its own on the same digest, publicly verifiable with the commands above. Both log to the Sigstore transparency log (Rekor), which cosign verify checks for you.