TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Kubernetes Permission Manager, Free and OSS Tool to Manage RBAC/Users

37 点作者 jnardiello超过 5 年前

5 条评论

charlieegan3超过 5 年前
It might be good to clarify your expected users.<p>Most Kubernetes users I have worked with integrated with some cloud provider auth or similar to grant permissions to Kubernetes resources.<p>I can see this being useful for smaller deployments or when such integrations are unavailable but it might be worth explaining that in the readme of the project.<p>Also, how do you see this working in the config as code &#x2F; ‘gitops’ world? How does this work for clusters in different environments?
评论 #22148840 未加载
znpy超过 5 年前
Thanks, this solves a very important problem in the k8s ecosystem.<p>For me personally, I&#x27;ve spent the weekends of the last two months learning ldap basics only to find out that k8s+ldap is another mess on its own.
benwilson-512超过 5 年前
This looks very cool. Is there a story for managing users associated with AWS IAM roles or users?
aliljet超过 5 年前
This is honestly pretty fantastic. How does this compare with things like Dex+Gangway?
评论 #22148850 未加载
streetcat1超过 5 年前
so, can you compare this to the OPA? Are you integrating with the OPA?<p>Also, there was an old project called casbin which is used by ArgoCD.<p>In my system, I created an Account CRD and let an account controller do all the logic. This way you do not need another api server.
评论 #22149489 未加载