InfluxDB.Net icon indicating copy to clipboard operation
InfluxDB.Net copied to clipboard

Allow connecting to an unauthenticated InfluxDB

Open dm3 opened this issue 7 years ago • 0 comments

Currently the InfluxDbClientConfiguration fails on empty username/password. It's possible to have InfluxDB instances unprotected, so the validation shouldn't be as strict.

I propose removing the validation for the username/password fields.

dm3 avatar Jun 06 '18 12:06 dm3