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

plugin doesnt work with marathon 1.4.3 #17

Open
slawekgh opened this issue May 19, 2017 · 3 comments
Open

plugin doesnt work with marathon 1.4.3 #17

slawekgh opened this issue May 19, 2017 · 3 comments

Comments

@slawekgh
Copy link

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)
May 19 18:28:24 server03 marathon[25120]: [2017-05-19 18:28:24,120] INFO  Found 0 plugins. (mesosphere.marathon.core.plugin.impl.PluginManagerImpl:main)
May 19 18:28:24 server03 marathon[25120]: [2017-05-19 18:28:24,122] INFO  Loading plugins implementing 'mesosphere.marathon.plugin.auth.Authorizer' from these urls: [] (mesosphere.marathon.core.plugin.impl.PluginManagerImpl:main)
May 19 18:28:24 server03 marathon[25120]: [2017-05-19 18:28:24,122] INFO  Found 0 plugins. (mesosphere.marathon.core.plugin.impl.PluginManagerImpl:main)
May 19 18:28:24 server03 marathon[25120]: [2017-05-19 18:28:24,142] INFO  Started status update processor (mesosphere.marathon.core.task.update.impl.TaskStatusUpdateProcessorImpl$$EnhancerByGuice$$86c07231:main)

@slawekgh
Copy link
Author

+1

@slawekgh
Copy link
Author

slawekgh commented Jun 7, 2017

+2

@minyk
Copy link
Contributor

minyk commented Jul 29, 2017

@slawekgh Hi, I'm successfully startup marathon 1.4.3 with the plugin. Here is my log:

[2017-07-29 02:48:36,650] INFO  Loading plugins implementing 'mesosphere.marathon.plugin.auth.Authenticator' from these urls: [file:/var/marathon/plugins/plugin-conf.json, file:/var/marathon/plugins/marathon-ldap.jar] (mesosphere.marathon.core.plugin.impl.PluginManagerImpl:main)
[2017-07-29 02:48:36,677] INFO  Configure the plugin with this configuration: Some({"ldap":{"url":"ldap://my.ldapserver.local:389","base":"dc=example,dc=com","dn":"uid={username}","bindUser":"usernameToBind","bindPassword":"passwordToBind","userSearch":"(&(uid={username})(objectClass=inetOrgPerson))","userSubTree":"ou=People","groupSearch":"(&(memberUid={username})(objectClass=posixGroup))","groupSubTree":"ou=Group"},"users":[{"username":"someuser","password":"somepass","groups":["Admin"]}],"authorization":{"access":[{"group":"Admin","permissions":[{"allowed":"*","type":"app"},{"allowed":"*","type":"group"}]},{"group":"Developers","permissions":[{"allowed":"view","type":"app","path":"/"},{"allowed":"view","type":"group","path":"/"},{"allowed":"create","type":"app","path":"/dev"},{"allowed":"update","type":"app","path":"/dev"},{"allowed":"delete","type":"app","path":"/dev"}]}]}}) (mesosphere.marathon.core.plugin.impl.PluginManagerImpl:main)
[2017-07-29 02:48:36,743] INFO  Found 1 plugins. (mesosphere.marathon.core.plugin.impl.PluginManagerImpl:main)
[2017-07-29 02:48:36,746] INFO  Loading plugins implementing 'mesosphere.marathon.plugin.auth.Authorizer' from these urls: [file:/var/marathon/plugins/plugin-conf.json, file:/var/marathon/plugins/marathon-ldap.jar] (mesosphere.marathon.core.plugin.impl.PluginManagerImpl:main)
[2017-07-29 02:48:36,748] INFO  Found 1 plugins. (mesosphere.marathon.core.plugin.impl.PluginManagerImpl:main)

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

No branches or pull requests

2 participants