Skip to content

RBAC: Wrong RBAC for Kafka Connect #426

Closed
@fallen-up

Description

@fallen-up

Issue submitter TODO list

  • I've looked up my issue in FAQ
  • I've searched for an already existing issues here
  • I've tried running main-labeled docker image and the issue still persists there
  • I'm running a supported version of the application which is listed here

Describe the bug (actual behavior)

now it requires "edit" acl for pause and resume connectors, although it's valid for "restart" rights.

Expected behavior

No response

Your installation details

1.0.0

Steps to reproduce

use config

                - resource: connect
                  value: ".*"
                  actions: [ "view", "restart" ]

and try to pause connector.
you can do it, only if you have edit acl

Screenshots

No response

Logs

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

area/rbacRelated to Role Based Access Control featurescope/backendRelated to backend changesstatus/triage/completedAutomatic triage completedtype/bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions