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

Plugin failure after Upgrading to Marathon 1.4.0

Open karthimohan opened this issue 7 years ago • 3 comments

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 the latest version of ldap plugin. I think the main think it broke is /v2/tasks endpoint

curl -X GET "http://xxx:xxx@localhost:8080/v2/tasks" {"tasks":[]}

But i have n number tasks running. If i disable the Plugin feature in Marathon and query /v2/tasks endpoint, i do see the running tasks.

@gondor Is there a plan / timeline to add support for Marathon 1.4+

karthimohan avatar Apr 13 '17 07:04 karthimohan