We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I very well may be missing something so please tell me if that's the case.
Currently the following value keys
remoteAuth.ldap.requireGroupDn remoteAuth.ldap.isAdminDn remoteAuth.ldap.isSuperUserDn
remoteAuth.ldap.requireGroupDn
remoteAuth.ldap.isAdminDn
remoteAuth.ldap.isSuperUserDn
Only support a single string entry, Ideally they could be changed to support multiple inputs
remoteAuth: ldap: requireGroupDn: - CN=<sample>,OU=<sample>,OU=<sample>,OU=<sample>,DC=example,DC=com - CN=<super sample>,OU=<sample>,OU=<sample>,OU=<sample>,DC=example,DC=com
This would mean changing the Helm template relevant sections to support the following setup
AUTH_LDAP_REQUIRE_GROUP = ( ( LDAPGroupQuery("CN=<sample>,OU=<sample>,OU=<sample>,OU=<sample>,DC=example,DC=com") | LDAPGroupQuery("CN=<super sample>,OU=<sample>,OU=<sample>,OU=<sample>,DC=example,DC=com") ) )
I would be willing to make a PR on this if it's something that would be entertained. The relevant django section is here
django
This would allow LDAP integration to allow for much more granular access control within the Helm deployment.
LDAP
Thanks
The text was updated successfully, but these errors were encountered:
55643a2
Successfully merging a pull request may close this issue.
I very well may be missing something so please tell me if that's the case.
Currently the following value keys
remoteAuth.ldap.requireGroupDn
remoteAuth.ldap.isAdminDn
remoteAuth.ldap.isSuperUserDn
Only support a single string entry, Ideally they could be changed to support multiple inputs
This would mean changing the Helm template relevant sections to support the following setup
I would be willing to make a PR on this if it's something that would be entertained. The relevant
django
section is hereThis would allow
LDAP
integration to allow for much more granular access control within the Helm deployment.Thanks
The text was updated successfully, but these errors were encountered: