FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We have started the migration process.
This community is now in READ ONLY mode.
Read more: Important
information on the platform change.
03-15-2024 04:33 PM
Hello, I am building an application that will use InfluxDB with nodered. In this case, the machine will be serialized. Each influx instance has its own token. How can I automatically retireve a token to give to the configuraiton for influxDB pallete?
Solved! Go to Solution.
03-15-2024 06:58 PM - edited 03-15-2024 08:20 PM
Hi @aFouraker ,
So each machine in this case has its own local influxDB instance?
There are 3 ways to create a token in InfluxDB:
The documentation claims basic authentication is supported, but I am not finding that to be the case. Other people have reported the same issue.
So, to the best of my knowledge, initial token generation cannot be automated with the current InfluxDB REST API. They will have to be generated using the InfluxDB Web UI or CLI.