Skip to content

Commit bf090b4

Browse files
committed
[ja] Translate docs/reference/glossary/rbac.md
1 parent d63058f commit bf090b4

File tree

1 file changed

+18
-0
lines changed
  • content/ja/docs/reference/glossary

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)