Files
kuboard-press/guide/proxy/authorization.md
huanqing.shao 2dea524113 kuboard proxy
2020-03-08 11:18:03 +08:00

26 lines
882 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
vssueId: 184
# lessAds: true
description: Kubernetes教程本文介绍了如何授权用户访问 Kuboard Proxy。
meta:
- name: keywords
content: Kubernetes教程,K8S,kubectl proxy
---
# Kuboard Proxy - 授权
<AdSenseTitle/>
如果要授权用户使用 Kuboard Proxy请为其分配如下权限
| apiGroups | resources | resourceNames | verbs |
| --------- | ------------------------------ | ------------- | ------ |
| v1 | services/proxy<br />pods/proxy | | create |
| v1 | services<br />pods | | get |
截图如下所示:
![访问KuboardProxy所需权限](./authorization.assets/image-20200308111421525.png)
请参考 [使用Kuboard管理ServiceAccount及RBAC](/learning/k8s-advanced/sec/kuboard.html) 了解更多关于如何在 Kuboard 中完成授权操作的信息。