marathon-ldap icon indicating copy to clipboard operation
marathon-ldap copied to clipboard

LDAP / Active Directory Authentication and Authorization Plugin for Mesosphere Marathon

Results 11 marathon-ldap issues
Sort by recently updated
recently updated
newest added

Hi. Actually, this issue is for @vixns . vixns's repo does not open the issue system, so I post at here. We're running multiple marathons on DC/OS. So, an user...

Hey @gondor I am getting below error [2018-10-12 12:29:02,006] INFO Leadership ended with failure; exiting (mesosphere.marathon.core.election.ElectionServiceImpl:marathon-akka.actor.default-dispatcher-11) java.lang.IllegalStateException: Multiple election participants have the same ID: xx.xx.xx.xx:8080. This is not allowed. at...

Hi, I'm trying to get the plugin working with the OneLogin LDAP service, but I keep getting the error message "ERROR LDAP error validating user". I'm using the 1.3 plugin...

These two fields look to not be used, looks like this was prematurely pushed into master. ``` "ldapConnectTimeout": 3000, "ldapReadTimeout": 3000 ``` ex: ``` com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "ldapReadTimeout" (class io.containx.marathon.plugin.auth.type.LDAPConfig),...

I have added my ldap server details in the json file as below "url": "ldap://:", "base": "dc=,dc=com", "dn": "uid={username}", "bindUser": "", "bindPassword": "password for ldap bind", But i have got...

I am using below configuration in plugin.json to restrict access to single marathon group named '/cdo' for particular group. Authentication is working fine and I can see only apps under...

According to Marathon Release notes. Looks like there is a breaking Plugin API change in this version. We currently heavily rely on this plugin for authorization. https://github.com/mesosphere/marathon/releases/tag/v1.4.0 Currently I use...

following the install procedure - it seems doesnt work - log output: ``` May 19 18:28:24 server03 marathon[25120]: [2017-05-19 18:28:24,113] INFO Loading plugins implementing 'mesosphere.marathon.plugin.auth.Authenticator' from these urls: [] (mesosphere.marathon.core.plugin.impl.PluginManagerImpl:main)...

Hi all, I see there is someone getting a similar error to me above, but the latest fix does not seem to apply to me. I'm not super LDAP experienced...

Is there any way to set group or app permissions without manually adding an entry to the plugin-conf.json and then restarting marathon?