Skip to content

feat: add Authentik main server deployment and configuration#61

Merged
timothyclin merged 6 commits into
mainfrom
agent/add-authentik-deployment
Apr 7, 2026
Merged

feat: add Authentik main server deployment and configuration#61
timothyclin merged 6 commits into
mainfrom
agent/add-authentik-deployment

Conversation

@timothyclin
Copy link
Copy Markdown
Owner

Summary

  • Updated authentik secret template to require user-provided secretKey for production security
  • Verified Helm templates render correctly with authentik.enabled=true

Test Plan

  • Run helm template with authentik.enabled=true and secretKey set
  • Verify authentik Deployment, Service, ConfigMap, and Secret are generated correctly

…bilities

- Change default authentik.secretKey from insecure placeholder to empty string
- Add clear documentation requiring cryptographically strong random key (32+ chars)
- Maintain required validation to prevent empty deployments
- Users must explicitly set secure key before installation
Copilot AI review requested due to automatic review settings April 7, 2026 12:54
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds initial Helm chart scaffolding and documentation for deploying Authentik to support a shared-ingress, multi-user OpenCode architecture (central OIDC + identity-based routing), including Redis and secrets templates plus design/implementation docs.

Changes:

  • Added design spec + implementation plan documents for “Shared Ingress with Authentik”.
  • Extended Helm values.yaml with an authentik configuration block (incl. required secretKey field).
  • Added Helm templates for Authentik Redis (Deployment/Service) and Authentik-related Secrets.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 11 comments.

Show a summary per file
File Description
docs/superpowers/specs/2026-04-07-shared-ingress-authentik-design.md New design spec for shared-ingress Authentik-based routing approach.
docs/superpowers/plans/2026-04-07-shared-ingress-authentik.md New step-by-step implementation plan for adding Authentik to the Helm chart.
chart/values.yaml Adds authentik.* values, including secretKey, postgres/redis settings, and OIDC client secret placeholder.
chart/templates/authentik/secret.yaml Adds Secrets for Authentik + postgres + redis (currently generates secretKey at render time).
chart/templates/authentik/redis-deployment.yaml Adds Redis Deployment for Authentik.
chart/templates/authentik/redis-service.yaml Adds Redis Service for Authentik.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread chart/templates/authentik/secret.yaml
Comment thread chart/templates/authentik/secret.yaml
Comment thread chart/templates/authentik/secret.yaml
Comment thread chart/templates/authentik/redis-deployment.yaml
Comment thread chart/templates/authentik/redis-service.yaml
Comment thread docs/superpowers/plans/2026-04-07-shared-ingress-authentik.md
Comment thread docs/superpowers/plans/2026-04-07-shared-ingress-authentik.md
Comment thread docs/superpowers/plans/2026-04-07-shared-ingress-authentik.md
Comment thread docs/superpowers/plans/2026-04-07-shared-ingress-authentik.md
@timothyclin timothyclin merged commit c5f3bd9 into main Apr 7, 2026
8 checks passed
@timothyclin timothyclin deleted the agent/add-authentik-deployment branch April 7, 2026 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants