Hello, As JSON based credential files do not work as intended. We are planning to change the protobuf Credential message 'secret' field from 'bytes' to 'string' in 0.26.
This raises two main questions: - Is anyone using JSON based credential files? and - Is anyone using 'secret' with non UTF-8 format? Patch: https://reviews.apache.org/r/39098/ JIRA: https://issues.apache.org/jira/browse/MESOS-3560 Thanks,