ContainerSolutions / minimesos

The experimentation and testing tool for Apache Mesos - NO LONGER MAINTANED!
https://www.minimesos.org
Apache License 2.0
428 stars 61 forks source link

Mesos Master authentication config #409

Open sadovnikov opened 8 years ago

sadovnikov commented 8 years ago

Default config element

    master {
        aclJson = null
        authenticate = false
        imageName = "containersol/mmesos-master"
        imageTag = "# derive from mesos version"
        loggingLevel = "# INHERIT FROM CLUSTER"
    }