We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Hi @andrey-gava Can you check if the bus is still present on the latest version? (v1.8.0 actually)
v1.8.0
Thank you so much for your contribution ⭐
Sorry, something went wrong.
No branches or pull requests
I was in need to create access rights for user to read resources in only one specific namespace.
So I created ClusterRole:
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
The text was updated successfully, but these errors were encountered: