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

couchbase address string together with password opened to the world #1680

Closed
yosefy opened this issue Aug 29, 2016 · 1 comment
Closed

couchbase address string together with password opened to the world #1680

yosefy opened this issue Aug 29, 2016 · 1 comment
Labels
bug unexpected problem or unintended behavior
Milestone

Comments

@yosefy
Copy link

yosefy commented Aug 29, 2016

Bug report

Security problem

Relevant telegraf.conf:

System info:

[Include Telegraf version, operating system name, and other relevant details]
ubuntu 14.04

[[inputs.couchbase]]
servers = ["http://admin:xxxxx@localhost:8091"]

Expected behavior:

take couchbase cluster name via rest api from cluster

Actual behavior:

takes address string together with password and opens up to the world
for part of the metrics
for example couchbase_bucket_item_count

Additional info:

couchbase comunity 4.1
telegraf nightly

@jwilder jwilder added the bug unexpected problem or unintended behavior label Sep 1, 2016
dsalbert pushed a commit to dsalbert/telegraf that referenced this issue Jul 19, 2017
@danielnelson danielnelson added this to the 1.4.0 milestone Jul 31, 2017
@danielnelson
Copy link
Contributor

Fixed in 1.4.0, thanks @DanKans

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

3 participants