Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix LDAP group mirroring #465

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Paktosan
Copy link

This fixes an error likely introduced in 04c18cd which prevents configuring a working LDAP setup with this chart.
Currently the chart forces mirrorGroupsExcept to be a string which results in Netbox throwing the following error when trying to log in:

<class 'django.core.exceptions.ImproperlyConfigured'>

AUTH_LDAP_MIRROR_GROUPS_EXCEPT must be a collection of group names

With the proposed change, the correct type is set in the schema and a sensible default in the values.yaml is added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant