Token authentication support
New token authentication.
Provide a HTTP API token (note: tokens expire after 5 days). Specify a load balanced endpoint or listOfServers that describe the Marathon Endpoint. e.g.
spring:
cloud:
marathon:
listOfServers: m1:8080,m2:8080,m3:8080 #list of marathon masters
token: <dcos_acs_token> #DC/OS HTTP API Token (optional)Thanks to @tegataiprime