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

For using sealed-secrets to encrypt credentials and cluster-endpoint to access web ui it needs to manage the original secret with: `sealedsecrets.bitnami.com/managed: "true"`

Installing the latest version of the Helm chart without overriding the image tag results in the following error: > Failed to pull image "quay.io/sighup/permission-manager:1.9.0": rpc error: code = NotFound desc...

Look https://github.com/sighupio/gatekeeper-policy-manager

enhancement

Actually, the versioning history of our helm-chart releases is broken. We have to find a better helm-chart tag's handling way

documentation

1. The script is failing for Bad credentials ``` { "message": "Bad credentials", "documentation_url": "https://docs.github.com/rest" } ``` 2. The script has to return an error to block the pipeline.

bug

In the last implementation of Permission Manager, it assumed that various resources were created and managed solely in its own "permission-manager" namespace (#137). In fact, the namespace was hardcoded during...

bug

The namespace dropdown selector that sits at the right of the "show kubeconfig for " button is confusing. It doesn't have any hints about what it does\* and its styling...

enhancement

Look https://github.com/sighupio/gatekeeper-policy-manager

enhancement

Related to #67 and #94 we have to introduce a migration path to able users to use the new version of Permission Manager, using the actual environment.

It would be great to have the ability to specify different subject Kind(s) for example: ```yaml subjects: # Google Cloud user account - kind: User name: [email protected] # Kubernetes service...

enhancement