We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63058f commit bf090b4Copy full SHA for bf090b4
content/ja/docs/reference/glossary/rbac.md
@@ -0,0 +1,18 @@
1
+---
2
+title: RBAC (Role-Based Access Control)
3
+id: rbac
4
+date: 2018-04-12
5
+full_link: /ja/docs/reference/access-authn-authz/rbac/
6
+short_description: >
7
+ 管理者がKubernetes APIを通じてアクセスポリシーを動的に設定できるようにし、認可の判断を管理します。
8
+
9
+aka:
10
+tags:
11
+- security
12
+- fundamental
13
14
+ 管理者が{{< glossary_tooltip text="Kubernetes API" term_id="kubernetes-api" >}}を通じてアクセスポリシーを動的に設定できるようにし、認可の判断を管理します。
15
16
+<!--more-->
17
18
+RBACは、権限を含む*Role*と、Roleで定義された権限を一連のユーザーに付与する*RoleBinding*を使用します。
0 commit comments