mesos-go
mesos-go copied to clipboard
enable tls transport for executor
Looked for this topic in issues and explored code, however couldn't find relevant information. My apologies if this has been discussed earlier.
Mesos is running with tls enabled (LIBPROCESS_SSL_ENABLED=true) in my cluster; I'm looking for sample code to enable tls transport for executor. Sample executor example doesn't have sufficient details.
It seems, this can be realized using DriverConfig.NewMessenger? looking for sample code/pointers on the same.
I haven't written any sample code for this yet. PRs welcome :)
If you use the newer v1 API then you'd presumably configure TLS using the TLSConfig or RoundTripper funcs in the api/v1/lib/httpcli package.