Skip to content
All releases Release 89.4

Connect Inspect RBAC Permission

Factor House·August 26, 2022

Downloads

Artifacts published with release 89.4.

Kpow can be found on Dockerhub

View our Docker quick start guide for help getting started.

Kpow v98.4 introduces a new CONNECT_INSPECT RBAC permission and fixes a number of minor UI bugs.

CONNECT_INSPECT

A new 'View Config' action allows users to view connector configuration without entering the full connector edit UI.

This action is guarded by a new RBAC permission, CONNECT_INSPECT.

Provide users this permission and deny CONNECT_EDIT to allow users to view connector configuration without allowing them to edit connectors.

Users who have CONNECT_EDIT are considered to automatically also have CONNECT_INSPECT (editing a connector means you can see its configuration).

Set ALLOW_CONNECT_INSPECT to apply this new permission when using global access controls, or add CONNECT_INSPECT to your existing RBAC configuration as you would any other permission.

Changelog

Kpow v89.4

  • Improve connect RBAC with CONNECT_INSPECT permission
  • Improve connect error messaging
  • Fix schema subject delete bug
  • Fix staged mutations table bug