blumeops/docs/changelog.d
Erich Blume 21b6533aea Register Zot as OIDC client in Authentik (#236)
## Summary
- Add Authentik blueprint (`zot.yaml`) with OAuth2 provider, application, `artifact-workloads` group, and `zot-ci` service account
- Wire `zot-client-secret` through ExternalSecret → worker Deployment env var → blueprint `!Env`
- Add Ansible pre_task to fetch OIDC secret from 1Password (item ID `oor7os5kapczgpbwv7obkca4y4`)
- Add `oidc-credentials.json.j2` template and deploy task in zot role (with `when` guard)

## Manual Steps Required Before Deploy
1. Generate client secret: `openssl rand -hex 32`
2. Store in 1Password: add field `zot-client-secret` to "Authentik (blumeops)" item in vault `blumeops`

## What This Does NOT Do
- Does NOT modify `config.json.j2` (that's the root goal `harden-zot-registry`)
- Does NOT wire CI auth (that's `wire-ci-registry-auth`)
- Does NOT set service account password or API keys (manual post-deploy)

## Verification
After ArgoCD sync:
- [ ] Authentik admin UI shows "Zot Registry" application
- [ ] OIDC discovery at `https://authentik.ops.eblu.me/application/o/zot/.well-known/openid-configuration` returns valid JSON
- [ ] Blueprint status is `successful`
- [ ] `artifact-workloads` group exists with `zot-ci` service account

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/236
2026-02-21 08:45:06 -08:00
..
.gitkeep Add towncrier changelog system (#86) 2026-02-03 11:48:13 -08:00
add-container-versioning-prereq.infra.md Add commit-based container tagging prereq to harden-zot-registry chain (#230) 2026-02-20 18:26:27 -08:00
feature-agent-change-process.feature.md Add agent change process (C0/C1/C2) and docs-mikado tool (#225) 2026-02-20 08:15:20 -08:00
feature-authentik-mikado-chain.infra.md Convert deploy-authentik plan to C2 Mikado chain (#226) 2026-02-20 08:22:19 -08:00
feature-deploy-authentik.feature.md Deploy Authentik identity provider (C2 Mikado) (#227) 2026-02-20 12:55:59 -08:00
feature-forgejo-authentik-oidc.feature.md Integrate Forgejo with Authentik OIDC (#228) 2026-02-20 17:39:50 -08:00
harden-zot-mikado-cards.ai.md Harden zot registry, pt 1 (#231) 2026-02-20 22:50:01 -08:00
harden-zot-registry.feature.md Adopt commit-based container tags (#232) 2026-02-20 22:56:20 -08:00
plan-deploy-authentik.doc.md Add Authentik deployment plan (#224) 2026-02-20 07:06:56 -08:00
register-zot-oidc-client.feature.md Register Zot as OIDC client in Authentik (#236) 2026-02-21 08:45:06 -08:00