mesosphere / marathon-example-plugins

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

Authorization fails for system endpoints /v2/leader, /v2/info, /v2/events , /v2/eventSubscriptions #16

Open karthimohan opened 7 years ago

karthimohan commented 7 years ago

Hi,

Upgraded Marathon from 1.1.1 to 1.3.6 and Marathon failed to comeup due to Auth Plugin issue. Tried the fix provided by https://github.com/mesosphere/marathon-example-plugins/pull/15 which helped to bring Marathon up and running. However the system endpoints fails with Authorizer error 0:0:0:0:0:0:0:1 - - [31/Jan/2017:06:38:36 +0000] "GET //localhost:8080/v2/leader HTTP/1.1" 403 We heavily rely on /events endpoint for Marathon consul in our pipeline. So we reverted to Marathon 1.1.1. Could you help in fixing the Marathon Authin Plugin