Files
kuboard-press/learning/k8s-advanced/proxy/authorization.md
Shao Huan Qing dc40aaf8c9 proxy
2021-10-07 18:16:29 +08:00

882 B
Raw Blame History

vssueId, description, meta
vssueId description meta
184 Kubernetes教程本文介绍了如何授权用户访问 Kuboard Proxy。
name content
keywords Kubernetes教程,K8S,kubectl proxy

Kuboard Proxy - 授权

如果要授权用户使用 Kuboard Proxy请为其分配如下权限

apiGroups resources resourceNames verbs
v1 services/proxy
pods/proxy
create
v1 services
pods
get

截图如下所示:

访问KuboardProxy所需权限

请参考 使用Kuboard管理ServiceAccount及RBAC 了解更多关于如何在 Kuboard 中完成授权操作的信息。