fix(kanidm): remove invalid automatic_refresh from replication config #178

Closed
unkinben wants to merge 2 commits from fix-kanidm-replication-config into main
Owner

Problem

All three Kanidm pods are crash-looping with:

Unable to parse config: relative URL without a base: "automatic_refresh"

Kanidm's replication config parser treats sub-table keys as repl:// URLs. The automatic_refresh = true field is not a valid key in the [replication] section and causes a parse failure.

Fix

Remove automatic_refresh = true from the [replication] section in all three server configs.

Impact

Kanidm is currently fully down (all pods in Error state). This is a one-line fix per config — merge and ArgoCD will push updated ConfigMaps, reloader will restart the pods.

## Problem All three Kanidm pods are crash-looping with: ``` Unable to parse config: relative URL without a base: "automatic_refresh" ``` Kanidm's replication config parser treats sub-table keys as `repl://` URLs. The `automatic_refresh = true` field is not a valid key in the `[replication]` section and causes a parse failure. ## Fix Remove `automatic_refresh = true` from the `[replication]` section in all three server configs. ## Impact Kanidm is currently fully down (all pods in Error state). This is a one-line fix per config — merge and ArgoCD will push updated ConfigMaps, reloader will restart the pods.
unkinben added 1 commit 2026-05-30 23:15:55 +10:00
fix(kanidm): remove invalid automatic_refresh from replication config
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
1b4b22cad8
unkinben added 1 commit 2026-05-30 23:33:38 +10:00
Merge branch 'main' into fix-kanidm-replication-config
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
0199a422a0
unkinben closed this pull request 2026-05-30 23:34:00 +10:00
All checks were successful
ci/woodpecker/pr/pre-commit Pipeline was successful
Required
Details
ci/woodpecker/pr/kubeconform Pipeline was successful
Required
Details

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/argocd-apps#178