sighupio / permission-manager

Permission Manager is a project that brings sanity to Kubernetes RBAC and Users management, Web UI FTW
https://sighup.io/
BSD 3-Clause "New" or "Revised" License
1.3k stars 170 forks source link

Have users in config as code #116

Open ArjonBu opened 1 year ago

ArjonBu commented 1 year ago

Right now the only way to create users is via the dashboard. Is it possible to have the user managed as code?

I see that the CR and the secret (with the ca, token etc..) is created by the dashboard. Is there a way for me to create the CR and have proper config as code?

Thanks in advance