Add Gitea OAuth2/OIDC provider #13
Reference in New Issue
Block a user
Delete Branch "benvin/gitea-oidc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Register the k8s Gitea forge as an Authentik OIDC application so it uses SSO. Follows the established providers_oauth2 pattern (client_secret read from Vault, seeded out of band). Redirect URIs cover both the temporary git2.k8s.syd1.au.unkin.net validation host and the final git.unkin.net host so login works across the migration.
The client_secret is seeded at kv/kubernetes/namespace/gitea/default/oauth-credentials (done). Pairs with argocd-apps#309.