Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable tls transport for executor #350

Open
kkrishna opened this issue May 19, 2018 · 2 comments
Open

enable tls transport for executor #350

kkrishna opened this issue May 19, 2018 · 2 comments

Comments

@kkrishna
Copy link

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.

@jdef
Copy link
Contributor

jdef commented Jun 12, 2018

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.

@kkrishna
Copy link
Author

kkrishna commented Jun 27, 2018

Much appreciate your response @jdef
Noticed this commit
Not sure, httpOpt isn't public?
Is this change-set complete for tls support? let me know if any additional ones need to be done for tls support in v0 API.

appreciate your help. thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants