feat: add Authentik main server deployment and configuration#61
Merged
Conversation
…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
There was a problem hiding this comment.
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.yamlwith anauthentikconfiguration block (incl. requiredsecretKeyfield). - 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test Plan