How to create a user with read only access to a bucket

Hi, I’m using Influx OSS 2.6. I’d like to create a new user which will have read only access to a bucket. How can I do that?

I don’t think it is possible, at least for a user. According to the documentation, you can create a user only from CLI and this user will have an operator API token, which has access to all the buckets R/W.

You have to create a token instead and then assign the read permissions of the single bucket to that.