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.