You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: