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.
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.