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

mesos input plugin does not support https #3760

Closed
ericslaw opened this issue Feb 6, 2018 · 0 comments · Fixed by #3769
Closed

mesos input plugin does not support https #3760

ericslaw opened this issue Feb 6, 2018 · 0 comments · Fixed by #3769
Labels
feature request Requests for new plugin and for new features to existing plugins
Milestone

Comments

@ericslaw
Copy link

ericslaw commented Feb 6, 2018

Feature Request

Opening a feature request kicks off a discussion.

Proposal:

Support https as a url scheme for telegraf input plugin for mesos.
The config entry 'masters' could be expanded to include the scheme so that both http and https can be supported.

Current behavior:

In two locations within the mesos input plugin (lines 427 and 479 as of this writing)
the code constructs a URL presuming 'http://' only.

Desired behavior:

Support https.

Use case: [Why is this important (helps with prioritizing requests)]

security enabled mesos cluster monitoring is desired in our environment.

@russorat russorat modified the milestones: 1.6.0, 1.7.0 Feb 6, 2018
@danielnelson danielnelson added the feature request Requests for new plugin and for new features to existing plugins label Feb 6, 2018
@danielnelson danielnelson modified the milestones: 1.7.0, 1.6.0 Feb 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Requests for new plugin and for new features to existing plugins
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants