I would like to allow read and write permissions to buckets in an organization on a user-by-user basis, using either InfluxDB OSS or InfluxDB Cloud.
Here’s what I’ve noticed:
- If I use PostBucketsIDOwners, this indeed grants write access to buckets for individual users in the org.
- If I use PostOrgsIDMembers, this grants default read permission to all buckets in the org for members added in this way.
- If I do step (1) and not (2) for a user, that bucket is created but the user cannot see it in the InfluxDB UI.
- I have experimented with the Authorizations API but this doesn’t appear to have any effect.
Is there any way for me to allow or deny read access to individual buckets within an org on a member-by-member basis?