permission-manager icon indicating copy to clipboard operation
permission-manager copied to clipboard

Permission Manager is a project that brings sanity to Kubernetes RBAC and Users management, Web UI FTW

Results 65 permission-manager issues
Sort by recently updated
recently updated
newest added

[root@master01 kubernetes]# kubectl describe pod -n permission-manager Warning FailedCreatePodSandBox 20s kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = [failed to set up sandbox container "e3bad963c494ae17bcb007fa366cd47ca6a03026fec11cedc7a2bb17311f334d"...

invalid
question

Hello how can i make modification in generates bindings? ``` apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: creationTimestamp: "2021-10-19T13:51:31Z" labels: generated_for_user: username name: username___template-namespaced-resources___test___monitoring namespace: monitoring resourceVersion: "62934390" uid: 2b36d436-0b65-493c-822a-45d44d98352f roleRef: apiGroup:...

When creating a new user in Permission Manager, the username field suggests as an example `Jane Doe`, but if you write that you get an error message saying that the...

enhancement
good first issue

I'm using Google OpenID for cluster authentication and the email claim as the username. So the subject name in my role bindings is the user email address and the UI...

bug
enhancement

While working on #81, I found that the tests executed during the pipeline (e2e) are different from the tests you can execute locally (e2e). One is based on bats and...

help wanted

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...

bug

While working on #81, I saw we are using [`statik`](https://github.com/rakyll/statik) to embed files in the resulting binary (frontend). In the #81 we are updating the golang version to 1.16. This...

help wanted

Best practices to upgrade from one RC to another? Nothing in the documentation so far.

help wanted

Would you mind adding an index.yml for the helm chart? so that we can use it directly in the helm. I can help if you like the idea.

Permission Manager uses React FavIcon instead of a custom one. Would be nice to have a custom favicon to differentiate the tab.

enhancement