Access Smart Filters in r/o mode #272
Labels
good first issue
Up for grabs
scope/backend
Related to backend changes
status/triage/completed
Automatic triage completed
type/bug
Something isn't working
type/regression
Something that has been previously fixed but got broken again
Milestone
Issue submitter TODO list
Is your proposal related to a problem?
When running Kafka UI in Read-Only mode you are not allowed to Add filters.
The error returned is
This issue is cause because filters are now registered in a separate request which is a POST one which is not allowed in r/o mode.
Describe the feature you're interested in
I would like to Add filters in Read-Only mode.
Describe alternatives you've considered
An alternative approach would be to turn off the Read-Only mode which bring security concerns related to the users of the service.
Another alternative is to turn on RBAC and provide proper set of Rules. This approach however is not preferable in during development on local machnine because Authentication method (different than Basic Auth) is required and this brings other issues to it.
Version you're running
2956664 v1.0.0
Additional context
This have been raised as a question in Discord and advised to be raised as issue here.
The text was updated successfully, but these errors were encountered: