Skip to content

FE: RBAC problem for broker settings #1051

Open
@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)

The broker settings edit buttons are available in the UI, but when you try to do this, the backend ultimately returns a 403 error.

Expected behavior

No response

Your installation details

1.2.0

Steps to reproduce

role-config (cluster is non-readonly)

        permissions:
          - resource: applicationconfig
            actions: ["view"]
          - resource: clusterconfig
            actions: ["view"]

Screenshots

Image

Logs

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

area/rbacRelated to Role Based Access Control featurescope/frontendRelated to frontend 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