deric / puppet-mesos

Puppet module for managing Mesos nodes
https://forge.puppetlabs.com/deric/mesos
Apache License 2.0
69 stars 61 forks source link

support credentials and acls #49

Closed felixb closed 8 years ago

felixb commented 9 years ago

This changes allows setting credentials for mesos master and slave as well as acls for mesos master in json format. Note, that mesos <0.26 reads secrets as base64 encoded byte array, mesos >=0.26 reads secrets as plain strings. This is irrelevant, if authentication is used for slaves only. It's important for framework authentication though.

deric commented 8 years ago

Cool, thanks a lot!

deric commented 8 years ago

Released as v0.6.5.