Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken access view in UI for custom template #84

Open
andrey-gava opened this issue Sep 15, 2021 · 1 comment
Open

Broken access view in UI for custom template #84

andrey-gava opened this issue Sep 15, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@andrey-gava
Copy link

I was in need to create access rights for user to read resources in only one specific namespace.
So I created ClusterRole:

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
  name: template-namespaced-resources___readonly
rules:
- apiGroups:
  - '*'
  resources:
  - configmaps
  - endpoints
  - persistentvolumeclaims
  - pods
  - pods/log
  - pods/portforward
  - podtemplates
  - replicationcontrollers
  - resourcequotas
  - secrets
  - services
  - events
  - daemonsets
  - deployments
  - replicasets
  - ingresses
  - networkpolicies
  - poddisruptionbudgets
  - statefulsets
  - tlsstores
  - middlewares
  verbs:
  - get
  - list
  - watch

Despite granted access rights works, and user can read needed resources, the grunted rights not shown in UI poperly.
изображение

изображение

Its same for v1.6 and 1.7.1-rc1

@ralgozino ralgozino added the bug Something isn't working label Sep 15, 2021
@ralgozino ralgozino added this to the 2.0 milestone Sep 15, 2021
@luigibarbato luigibarbato removed this from the 2.0 milestone Jan 25, 2023
@luigibarbato
Copy link
Contributor

Hi @andrey-gava Can you check if the bus is still present on the latest version? (v1.8.0 actually)

Thank you so much for your contribution ⭐

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants