HOMELAB-262: Add Lab Director OIDC application to Zitadel #29

Merged
aaron merged 8 commits from feat/HOMELAB-262-zitadel-oidc into main 2026-03-23 07:31:10 +00:00
Owner

Adds Lab Director OIDC app registration + K8s secret creation to Zitadel Terraform config.

Adds Lab Director OIDC app registration + K8s secret creation to Zitadel Terraform config.
ClickHouse was OOM-killing during system.trace_log merge operations.
The "small" preset (768Mi) was insufficient — merges need ~617MiB,
leaving no headroom. Replace resourcesPreset with explicit resources
(512Mi request, 1536Mi limit) to prevent CrashLoopBackOff.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
HOMELAB-262: feat(zitadel): add Lab Director OIDC application
All checks were successful
0/0 projects applied successfully.
Release / release (pull_request) Has been skipped
b7cfe3d352
Merge branch 'plane/homelab-254-dev-environment-chart'
Some checks failed
0/1 projects planned successfully.
Release / release (pull_request) Failing after 2s
4ade5f15d8
Collaborator

Ran Plan for dir: core/terraform/live/zitadel workspace: default

Plan Error

Show Output
running 'sh -c' '/atlantis-data/bin/terraform1.14.7 init -input=false -upgrade' in '/atlantis-data/repos/aaron/infra-core/29/default/core/terraform/live/zitadel': exit status 1
Initializing the backend...
╷
│ Error: Missing Required Value
│ 
│   on versions.tf line 4, in terraform:
│    4:   backend "s3" {
│ 
│ The attribute "bucket" is required by the backend.
│ 
│ Refer to the backend documentation for additional information which
│ attributes are required.
╵
╷
│ Error: Missing Required Value
│ 
│   on versions.tf line 4, in terraform:
│    4:   backend "s3" {
│ 
│ The attribute "key" is required by the backend.
│ 
│ Refer to the backend documentation for additional information which
│ attributes are required.
╵
╷
│ Error: Missing region value
│ 
│   on versions.tf line 4, in terraform:
│    4:   backend "s3" {
│ 
│ The "region" attribute or the "AWS_REGION" or "AWS_DEFAULT_REGION"
│ environment variables must be set.
╵

Ran Plan for dir: `core/terraform/live/zitadel` workspace: `default` **Plan Error** <details><summary>Show Output</summary> ``` running 'sh -c' '/atlantis-data/bin/terraform1.14.7 init -input=false -upgrade' in '/atlantis-data/repos/aaron/infra-core/29/default/core/terraform/live/zitadel': exit status 1 Initializing the backend... ╷ │ Error: Missing Required Value │ │ on versions.tf line 4, in terraform: │ 4: backend "s3" { │ │ The attribute "bucket" is required by the backend. │ │ Refer to the backend documentation for additional information which │ attributes are required. ╵ ╷ │ Error: Missing Required Value │ │ on versions.tf line 4, in terraform: │ 4: backend "s3" { │ │ The attribute "key" is required by the backend. │ │ Refer to the backend documentation for additional information which │ attributes are required. ╵ ╷ │ Error: Missing region value │ │ on versions.tf line 4, in terraform: │ 4: backend "s3" { │ │ The "region" attribute or the "AWS_REGION" or "AWS_DEFAULT_REGION" │ environment variables must be set. ╵ ``` </details>
aaron merged commit fb3ef37eb2 into main 2026-03-23 07:31:10 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aaron/infra-core!29
No description provided.