fix: SAML user directory condition always evaluates false in k8s-zabbix #56
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
In
ansible/roles/k8s-zabbix/tasks/main.yml, the task that creates the Authentik SAML user directory has a broken condition:The
or Falseshort-circuits the entire expression, so this task never runs. The SAML directory exists in production because it was set up manually.Fix
Remove the
or False: