InfluxDB.Net
InfluxDB.Net copied to clipboard
Allow connecting to an unauthenticated InfluxDB
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.