Skip to content

Token authentication support

Choose a tag to compare

@aatarasoff aatarasoff released this 04 Apr 20:15
· 31 commits to master since this release

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