-
Notifications
You must be signed in to change notification settings - Fork 82
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
Example using ldap + local roles #43
base: master
Are you sure you want to change the base?
Conversation
As suggested here: rundeck/rundeck#9482 I am using the following Dockerfile:
To run my docker container. When I try and log in, I am not able to log in via ldap or via the admin account (no error messages in the logs). When I remove the RUNDECK_JAAS_MODULES_1 configuration, I am able to log in via LDAP but when I try and view the projects in Rundeck I get the following error message:
|
Generated jaas-loginmodule.conf file (/home/rundeck/server/config/jaas-loginmodule.conf) when using ldap + local roles:
|
Working version of this file (taken from rpm install):
|
When using version 5.8.0-20241205 of the image, I am able to log in via LDAP but again, when I try and view the projects in Rundeck I get the following error message:
The generated file looks like:
|
@mcgurksean one env var name was incorrect in my pr: in addition, i made some additional changes here: rundeck/rundeck#9509 You can try using the |
@gschueler That works perfectly now with the
Thank you so much for your help (and for the quick turnaround!) |
Note: this depends on this fix rundeck/rundeck#9482