mesosphere / marathon-example-plugins

Example Plugins for Marathon Plugin Interface
Apache License 2.0
22 stars 29 forks source link

Update to 1.3.5 #15

Closed janisz closed 7 years ago

karthimohan commented 7 years ago

Hi Janisx, thanks for the fix. Your change did work after upgrading to Marathon version 1.3.6. However these system endpoints: /v2/leader, /v2/info, /v2/events , /v2/eventSubscriptions was broken and giving 403. We rely on /events endpoint heavily So I had to revert my Marathon upgrade back to 1.1.1. It would be great if you could make this change as well if possible.

janisz commented 7 years ago

@karthimohan Can you file an issue for this change?

karthimohan commented 7 years ago

@janisz Yes. I did file an issue for this change. https://github.com/mesosphere/marathon-example-plugins/issues/16

aquamatthias commented 7 years ago

Thanks!