qdrant-web-ui icon indicating copy to clipboard operation
qdrant-web-ui copied to clipboard

Allow JWT/RBAC write access with payload filters, link to access table

Open timvisee opened this issue 1 year ago • 3 comments

The JWT/RBAC access settings dialog currently greys out the 'Payload Filters' section if write operations are checked.

Payload filters are supported when write access is enabled, and so it should not be greyed out when write access is selected.

image

To help clarify this, we might want to add a [Access table] link in the dialog.

timvisee avatar Jun 19 '24 13:06 timvisee

Write operation support is quite limited and might be confusing if applied without checking on the documentation. I would prefer to keep it as-is for now

generall avatar Jul 08 '24 16:07 generall

The problem is this: if you disable write operations, you can edit the payload filters. If you then enable writes again, these filters stay. It feels like a hack and makes it only more confusing.

image

I think we should choose one of:

  1. allow payload filters with write operations
  2. if enabling write operations, clear and grey out the payload filters

timvisee avatar Jul 09 '24 08:07 timvisee

@timvisee @generall Can I work on this issue?

jayantpranjal0 avatar Jun 16 '25 19:06 jayantpranjal0