Open rajahaidar opened 3 years ago
I'm also getting this in my unraid docker environment. Trying to set up with influxDB2.0 has there been any indication of a solution?
Help!
I found some info that indicates the issue I was having. Not sure if it also affects you. https://community.influxdata.com/t/getting-started-with-influxdb-docker-401-unauthorized/16989/3
I also come across a similar problem. Mine is running on a VM. I successfully updated from v1.8 to v2.2 on 31-May and operated as usual on 1-Jun. But today (2-Jun), it suddenly rejected all the requests with an unauthorized error. Now, I even can't run any influx
command via the CLI.
Please help!
InfluxDB v1 compatibility requires extra setup using influx v1 authorization create
command.
InfluxDB v2 API is provided by different library: https://influxdb-client.readthedocs.io/en/stable/index.html
Pick your poison, I would day.
When upgrading influxDB from 1.8 to 2.0, and trying to use the same application logic we currently have, we are getting a 401 unauthorized when trying to insert data using the admin user which was specified in the upgrade environment variables.
This is the docker-compose that was used to bring up the instance