rundeck / docker-zoo

196 stars 82 forks source link

Can you add an example for JettyCombinedLdapLoginModule with JettyRolePropertyFileLoginModule setup ? #35

Open craph opened 1 year ago

craph commented 1 year ago

Hello,

Please can you add a sample for JettyCombinedLdapLoginModule with JettyRolePropertyFileLoginModule setup ?

I'm unable to configure it correctly.

Thank you very much.

Best regards,

jplassnibatt commented 1 year ago

Hi @craph, do you mean to have authentication from ad/ldap, and roles from a file? Looks like it is not supported yet.

Meanwhile you could create your own Remco jaas file, it could be hardcoded (won't have env vars) or could be based on this one (you'll need the resource too), this way you could have env vars, the file (using realm.properties structure) for the roles could be set using a volume.

I hope that helps. Regards.