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
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.
Currently the
InfluxDbClientConfigurationfails 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.