fix(kanidm): remove invalid automatic_refresh from replication config #178
Reference in New Issue
Block a user
Delete Branch "fix-kanidm-replication-config"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
All three Kanidm pods are crash-looping with:
Kanidm's replication config parser treats sub-table keys as
repl://URLs. Theautomatic_refresh = truefield is not a valid key in the[replication]section and causes a parse failure.Fix
Remove
automatic_refresh = truefrom 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.
Pull request closed