buildkit-operator x Forgejo OIDC e2e (throwaway)
- Dockerfile 100%
| .forgejo/workflows | ||
| Dockerfile | ||
| README.md | ||
buildkit-operator × Forgejo — OIDC e2e
Throwaway repo to validate that Forgejo Actions can build through buildkit-operator:
- the job mints a Forgejo-signed OIDC token (
permissions.id-token: write), - buildd (prod,
buildd.bko.fabrique.social.gouv.fr) verifies it and binds the build to the verifiedrepositoryclaim →git.devthefuture.org/devthejo/buildkit-operator-forgejo-test, - the build runs on the project's hot remote buildkitd over mTLS via the shared SNI gateway.
See .forgejo/workflows/build.yml. Dispatched manually (workflow_dispatch) after the mTLS secrets
BUILDKIT_OPERATOR_BUILDD_URLvariable are set on the repo.