There is some not quite transparent behaviour surrounding the influxdb interface. Accessing the influxdb via the Juice landing page and trying to create a dashboard leads to the following error:
The reason is that the auto-login is as a read-only user which does not allow creating dashboards (among others). For the correct permissions I needed to find the admin login settings in /etc/juice/influxdb2/secrets.env.
I’m posting this so it may provide the solution for someone who faces a similar issue, but also to ask if there is a way to make this more transparent or customisable? In the influxdb UI, or the Juice dashboard, it is not very clear that you are logged in/logging in as a read-only user.
