kubeshop / botkube

An app that helps you monitor your Kubernetes cluster, debug critical deployments & gives recommendations for standard practices

Home Page:https://botkube.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle non-native k8s verbs in `kubectl` auth service

mszostok opened this issue · comments

Description

In interactive kubectl builder, we return "You don't have enough permissions" for describe, top, api-resources even though the assigned RBAC allows doing it.

Expected behavior

The kubectl builder respect assigned plugin RBAC.