SlideShare a Scribd company logo
1 of 53
Download to read offline
RFC8341(Network Configuration Access Control Model)ベースの勉強資料です。
下線、ハイライトは個人的に重要そうなところ。斜体、#はメモ。
原文のMUST/REQUIRED/SHALL/SHOULD/MAY/OPTIONAL等の​RFC2119​用語は原文のまま残しています。
 MUST、REQUIRED、SHALL:絶対的な要求事項
 MUST NOT:絶対的な禁止事項
 SHOULD、RECOMMENDED:慎重に重要性を判断するべき要求事項
 SHOULD NOT、NOT RECOMMENDED:慎重に重要性を判断するべき禁止事項
 MAY、OPTIONAL:オプション。
間違っていたらコメントをお願いします。
元ネタ(RFC8341)
https://tools.ietf.org/html/rfc8341
Errata
https://www.rfc-editor.org/errata_search.php?rfc=8341
Network Configuration Access Control Model
Abstract
The standardization of network configuration interfaces for use with the Network Configuration
Protocol (NETCONF) or the RESTCONF protocol requires a structured and secure operating
environment that promotes human usability and multi-vendor interoperability. There is a need
for standard mechanisms to restrict NETCONF or RESTCONF protocol access for particular users
to a preconfigured subset of all available NETCONF or RESTCONF protocol operations and
content. This document defines such an access control model.
NETCONF, RESTCONFで使用するNetwork Configuration Interfaceの標準には、使いやすさとマルチベンダーの相互運
用性を実現するセキュアな運用環境が必要である。​特定のユーザーのNETCONF, RESTCONFのアクセスを制限するメカニズムが必
要である。本ドキュメントではそのようなアクセス制御モデルを定義する。
This document obsoletes RFC 6536.
RFC 6536を廃止する。
Table of Contents
Abstract 1
Table of Contents 1
1. Introduction 4
1.1. Terminology 4
1.2. Changes since RFC 6536 5
2. Access Control Design Objectives 7
2.1. Access Control Points 7
2.2. Simplicity 8
2.3. Procedural Interface 8
2.4. Datastore Access 8
2.5. Users and Groups 8
2.6. Maintenance 9
2.7. Configuration Capabilities 9
1
2.8. Identifying Security-Sensitive Content 9
3. NETCONF Access Control Model (NACM) 11
3.1. Overview 11
3.1.1. Features 11
3.1.2. External Dependencies 12
3.1.3. Message Processing Model 12
3.2. Datastore Access 14
3.2.1. Mapping New Datastores to NACM 14
3.2.2. Access Rights 15
3.2.3. RESTCONF Methods 15
3.2.4. <get> and <get-config> Operations 16
3.2.5. <edit-config> Operation 17
3.2.6. <copy-config> Operation 18
3.2.7. <delete-config> Operation 19
3.2.8. <commit> Operation 19
3.2.9. <discard-changes> Operation 19
3.2.10. <kill-session> Operation 19
3.3. Model Components 20
3.3.1. Users 20
3.3.2. Groups 20
3.3.3. Emergency Recovery Session 20
3.3.4. Global Enforcement Controls 21
3.3.4.1. enable-nacm Switch 21
3.3.4.2. read-default Switch 21
3.3.4.3. write-default Switch 21
3.3.4.4. exec-default Switch 22
3.3.4.5. enable-external-groups Switch 22
3.3.5. Access Control Rules 22
3.4. Access Control Enforcement Procedures 23
3.4.1. Initial Operation 23
3.4.2. Session Establishment 24
3.4.3. "access-denied" Error Handling 24
3.4.4. Incoming RPC Message Validation 24
3.4.5. Data Node Access Validation 27
3.4.6. Outgoing <notification> Authorization 29
3.5. Data Model Definitions 31
3.5.1. Data Organization 31
3.5.2. YANG Module 33
4. IANA Considerations 42
5. Security Considerations 43
5.1. NACM Configuration and Monitoring Considerations 44
5.2. General Configuration Issues 45
5.3. Data Model Design Considerations 47
Appendix A. Usage Examples 48
A.1. <groups> Example 48
A.2. Module Rule Example 48
A.3. Protocol Operation Rule Example 49
A.4. Data Node Rule Example 50
2
A.5. Notification Rule Example 51
3
1. Introduction
The Network Configuration Protocol (NETCONF) and the RESTCONF protocol do not provide any
standard mechanisms to restrict the protocol operations and content that each user is
authorized to access.
NETCONF, RESTCONFは各ユーザーのアクセスが許可されているプロトコルoperation、コンテンツを制限する標準的なメカニ
ズムを提供していない。
There is a need for interoperable management of the controlled access to
administrator-selected portions of the available NETCONF or RESTCONF content within a
particular server.
サーバーで利用可能なNETCONF, RESTCONFのコンテンツに対して、管理者が指定したアクセス制御の相互運用可能な管理が必要
である。
This document addresses access control mechanisms for the Operations and Content layers of
NETCONF, as defined in [RFC6241]; and RESTCONF, as defined in [RFC8040]. It contains three
main sections:
本ドキュメントはNETCONF(RFC6241), RESTCONF(RFC8040)のOperation layerとContent layerへのアクセス制御メ
カニズムに対応する。3章で構成される。
1. Access Control Design Objectives
2. NETCONF Access Control Model (NACM)
3. YANG Data Model (ietf-netconf-acm.yang)
YANG version 1.1 [RFC7950] adds two new constructs that need special access control handling.
The "action" statement is similar to the "rpc" statement, except that it is located within a
data node. The "notification" statement can also be located within a data node.
YANG version 1.1(RFC7950)はアクセス制御が必要になる新しい構成を追加する。”action”は”rpc”に似ているが、data
node内にあることが異なる。”notification”はdata node内に配置することもできる。
1.1. Terminology
The following terms are used throughout this document:
本ドキュメントでは以下の用語を使用する。
access control A security feature provided by the server that allows an
administrator to restrict access to a subset of all protocol
operations and data, based on various criteria.
管理者がプロトコルoperation, dataへのアクセスを制限できるようにするための
サーバーが提供するセキュリティ機能。
access control model (ACM) A conceptual model used to configure and monitor the access
control procedures desired by the administrator to enforce a
particular access control policy.
アクセス制御ポリシーを実施するために管理者が所望するアクセス制御を設定、監視す
るために使用される概念モデル。
4
access control rule The criterion used to determine if a particular access operation
will be permitted or denied.
特定のアクセスoperationが許可されるか、拒否されるかを決定sるうために使用され
る基準。
access operation How a request attempts to access a conceptual object. One of
"none", "read", "create", "delete", "update", or "execute".
Requestがオブジェクトへのアクセスを試行する方法。”none”, “read”,
“create”, “delete”, “update”, “execute”のいずれか。
data node hierarchy The hierarchy of data nodes that identifies the specific
"action" or "notification" node in the datastore.
Datastore内の特定の”action”または”notification”を識別するためのdata
nodeの階層。
recovery session A special administrative session that is given unlimited NETCONF
access and is exempt from all access control enforcement. The
mechanism or mechanisms used by a server to control and identify
whether or not a session is a recovery session are
implementation specific and are outside the scope of this
document.
制限無しでNETCONFアクセスが実施でき、全てのアクセス制御が無効化される特別な管
理者セッション。セッションがrecovery sessionであるかどうかを制御、識別する
ためにサーバーが使用するメカニズムは実装依存であり、本ドキュメントのスコープ外
である。
write access A shorthand for the "create", "delete", and "update" access
operations.
“create”, “delete”, “update”の省略形。
1.2. Changes since RFC 6536
The NACM procedures and data model have been updated to support new data modeling capabilities
in version 1.1 of the YANG data modeling language. The "action" and "notification" statements
can be used within data nodes to define data-model-specific operations and notifications.
YANG version 1.1をサポートするためにNACMプロシージャーとデータモデルが更新された。”action”, “notification”
をdata node内で使用してデータモデル固有のoperation, notificationを定義できる。
An important use case for these new YANG statements is the increased access control
granularity that can be achieved over top-level "rpc" and "notification" statements. The new
"action" and "notification" statements are used within data nodes, and access to the action or
notification can be restricted to specific instances of these data nodes.
上記の新しいYANG statementの使用例はアクセス制御の細分化である。”action”, “notification”はdata node内で使
用され、”action”, “notification”のアクセスはdata nodeの特定のインスタンスに制限できる。
#要はdata node内に”action”, “notification”を入れることで外部を隠蔽できるような感じのこと。
Support for the RESTCONF protocol has been added. The RESTCONF operations are similar to the
NETCONF operations, so a simple mapping to the existing NACM procedures and data model is
possible.
RESTCONFのサポートが追加された。RESTCONF operationはNETCONF operationに似ているため、既存のNACMプロシー
ジャーとデータモデルへの単純なマッピングが可能である。
5
The data node access behavior for path matches has been clarified to also include matching
descendant nodes of the specified path.
パスマッチのdata nodeアクセスの振る舞いは、指定されたパスに一致する子孫ノードも含むように明確化されれた。
The <edit-config> operation access rights behavior has been clarified to indicate that write
access is not required for data nodes that are implicitly modified through side effects (such
as the evaluation of YANG when-stmts, or data nodes implicitly deleted when creating a data
node under a different branch under a YANG choice-stmt).
<edit-config>のアクセス権の振る舞いが明確化され、暗黙的に変更されるdata node(when、createで暗黙的に削除される
data node)にwrite accessが不要なことが明記された。
The Security Considerations section has been updated to comply with the "YANG module security
guidelines" [YANG-SEC]. Note that the YANG module in this document does not define any RPC
operations.
YANG module security guidelines[​YANG-SEC​]​に準拠するためにSecurity Considerationsが更新された。本ド
キュメントのYANG moduleはRPC operationを定義していないことに注意せよ。
6
2. Access Control Design Objectives
This section documents the design objectives for the NETCONF access control model presented in
Section 3.
NETCONFアクセス制御モデルの設計目標について説明する。
2.1. Access Control Points
NETCONF allows server implementers to add new custom protocol operations, and the YANG data
modeling language supports this feature. These operations can be defined in standard or
proprietary YANG modules.
NETCONF、YANGによりサーバーの開発者は新しいカスタムプロトコルoperationを追加できる。Operationは標準または独自
のYANG moduleで定義できる。
It is not possible to design an ACM for NETCONF that only focuses on a static set of standard
protocol operations defined by NETCONF itself, like some other protocols. Since few
assumptions can be made about an arbitrary protocol operation, the NETCONF architectural
server components need to be protected at three conceptual control points.
NETCONFの標準のプロトコルoperationではACMを設計することはできない。NETCONFアーキテクチャーサーバーコンポーネン
トは、​3つの概念的な制御ポイントでプロテクトを実施する必要がある。
These access control points, described in Figure 1, are as follows:
下図で説明されるアクセス制御ポイントは以下である。
● Protocol operation
Permission to invoke specific protocol operations.
特定のプロトコルoperationを呼び出す権限。
● Datastore
Permission to read and/or alter specific data nodes within any datastore.
Datastore内の特定のdatanodeの読み取り/変更の権限。
● Notification
Permission to receive specific notification event types.
特定のnotification event typeを受信する権限。
7
2.2. Simplicity
There is concern that a complicated ACM will not be widely deployed because it is too hard to
use. Configuration of the access control system needs to be as simple as possible. Simple
and common tasks need to be easy to configure and require little expertise or domain-specific
knowledge. Complex tasks are possible using additional mechanisms that may require additional
expertise.
複雑なACMは使いにくいため使用されないという懸念がある。アクセス制御システムの設定は可能な限りシンプルである必要があ
る。単純なタスクは設定が簡単で専門知識があまり必要でないことが重要である。追加の専門知識があることでより複雑なタスク
が可能となる。
A single set of access control rules ought to be able to control all types of NETCONF protocol
operation invocation, all datastore access, and all notification events.
アクセス制御ルールの一つは、全タイプのNETCONFプロトコルoperationの呼び出し、datastore、notification event
を制御できる必要がある。
Access control ought to be defined with a small and familiar set of permissions, while still
allowing full control of datastore access.
アクセス制御はdatastoreのフルアクセス制御をしつつ、細かいアクセス許可ができるような定義が必要である。
2.3. Procedural Interface
NETCONF uses a Remote Procedure Call (RPC) model and an extensible set of protocol operations.
Access control for any possible protocol operation is necessary.
NETCONFはRPCモデルと拡張可能なプロトコルoperationを使用する。使用可能なプロトコルoperationのアクセス制御が必要
である。
2.4. Datastore Access
It is necessary to control access to specific nodes and subtrees within the datastore,
regardless of which protocol operation -- standard or proprietary -- was used to access the
datastore.
Datastoreへのアクセスに使用されたプロトコルoperation(標準 or 独自)に関係なく​、datastore内の特定のnode,
subtreeへのアクセス制御が必要である。
2.5. Users and Groups
It is necessary that access control rules for a single user or a configurable group of users
can be configured.
ユーザー毎またはユーザーグループ毎のアクセス制御ルールを設定できる。
The ACM needs to support the concept of administrative groups, to support the well-established
distinction between a root account and other types of less-privileged conceptual user
accounts. These groups need to be configurable by the administrator.
ACMは管理者グループの概念をサポートする。これは、rootアカウントと他の種類の特権の無いユーザーアカウントを区別するた
めである。これらのグループは管理者が設定できる。
8
It is necessary that the user-to-group mapping can be delegated to a central server, such as a
RADIUS server [RFC2865] [RFC5607]. Since authentication is performed by the transport layer
and RADIUS performs authentication and service authorization at the same time, the underlying
transport protocol needs to be able to report a set of group names associated with the user to
the server. It is necessary that the administrator can disable the usage of these group names
within the ACM.
ユーザーからグループへのマッピングはRADIUS[RFC2865][RFC5607]等のサーバーに委任できる。​認証はトランスポートレイ
ヤによって実施され、RADIUSにより認証とサービス認可を実施するため、トランスポートプロトコルはユーザーに関連付けられ
たグループ名をサーバーに報告できる必要がある。管理者はACMにおいて、特定のグループ名の使用を無効にできる。
#ユーザーが所属するグループがわかるということ。
2.6. Maintenance
It ought to be possible to disable part or all of the access control model enforcement
procedures without deleting any access control rules.
アクセス制御ルールを削除することなく、アクセス制御モデルのプロシージャーの一部または全てを無効にすることが可能であ
る。
2.7. Configuration Capabilities
Suitable configuration and monitoring mechanisms are needed to allow an administrator to
easily manage all aspects of the ACM's behavior. A standard data model, suitable for use with
the <edit-config> protocol operation, needs to be available for this purpose.
管理者がACMの振る舞いの全てを簡単に管理できるような設定、監視のメカニズムが必要である。そのために、<edit-config>
の使用に適した標準のデータモデルが利用可能である。
#edit-configでその辺をうまく実現できるということ。
Access control rules to restrict access operations on specific subtrees within the
configuration datastore need to be supported.
Datastore内の特定のサブツリーへのアクセスを制限するアクセス制御ルールをサポートする。
2.8. Identifying Security-Sensitive Content
One of the most important aspects of the data model documentation, and one of the biggest
concerns during deployment, is the identification of security-sensitive content. This applies
to protocol operations in NETCONF, not just data and notifications.
データモデルのドキュメントの重要なポイントの一つであり、デプロイ時の懸念点の一つはセキュアコンテンツの識別である。こ
れはdataとnotificationだけでなく、プロトコルoperationにも適用される。
It is mandatory for security-sensitive objects to be documented in the Security Considerations
section of an RFC. This is nice, but it is not good enough, for the following reasons:
セキュアなオブジェクトはRFCのSecurity Considerationsでドキュメント化することが必須である。しかし、以下の理由か
らそれは十分ではない。
● This documentation-only approach forces administrators to study the RFC and determine
if there are any potential security risks introduced by a new data model.
管理者はRFCを調査し、新しいデータモデルによって導入される潜在的なセキュリティリスクがあるか判断する。
9
● If any security risks are identified, then the administrator must study some more RFC
text and determine how to mitigate the security risk(s).
セキュリティリスクが特定された場合、管理者はRFCをさらに調べてセキュリティリスクを軽減する方法を決定する。
● The ACM on each server must be configured to mitigate the security risks, e.g., require
privileged access to read or write the specific data identified in the Security
Considerations section.
各サーバーのACMはセキュリティリスクを軽減するように設定する。例えば、Security Considerationsに記載さ
れた特定のデータをread/writeに特権アカウントとが必要とか。
● If the ACM is not preconfigured, then there will be a time window of vulnerability
after the new data model is loaded and before the new access control rules for that
data model are configured, enabled, and debugged.
ACMが設定されていない場合、新しいデータモデルが読み込まれた後、そのデータモデルの新しいアクセス制御ルールが
設定、有効化される前に脆弱になるタイミングがある。
Often, the administrator just wants to disable default access to the secure content so that no
inadvertent or malicious changes can be made to the server. This allows the default rules to
be more lenient, without significantly increasing the security risk.
管理者はセキュリティで保護されたコンテンツへの既定のアクセスを無効化してサーバーにオペミス、悪意のある変更が無いよう
にする。これによりセキュリティリスクを軽減し、デフォルトのルールを少なくすることができる。
A data model designer needs to be able to use machine-readable statements to identify content
that needs to be protected by default. This will allow client and server tools to
automatically identify data-model-specific security risks, by denying access to sensitive data
unless the user is explicitly authorized to perform the requested access operation.
データモデルの設計者は、デフォルトで保護する必要のあるコンテンツを特定する必要がある。これによりクライアントおよび
サーバーツールは、ユーザーが要求されたアクセスを実行することを明示的に許可されない限り、セキュアデータへのアクセスを
拒否することにより、データモデル固有のセキュリティリスクを軽減できる。
#ホワイトリスト方式にしておく感じ。
10
3. NETCONF Access Control Model (NACM)
3.1. Overview
This section provides a high-level overview of the access control model structure. It
describes the NETCONF protocol message processing model and the conceptual access control
requirements within that model.
アクセス制御モデルの概要を説明する。NETCONFプロトコルメッセージ処理モデルとそのモデル内の概念的なアクセス制御要件に
ついて説明する。
3.1.1. Features
The NACM data model provides the following features:
NACMデータモデルは以下のfeatureを提供する:
● Independent control of RPC, action, data, and notification access is provided.
RPC, action, data, notificationにおけるアクセスの独立した制御が提供される。
● The concept of an emergency recovery session is supported, but configuration of the
server for this purpose is beyond the scope of this document. An emergency recovery
session will bypass all access control enforcement, in order to allow it to initialize
or repair the NACM configuration.
Emergency recovery sessionの概念がサポートされるが、この機能のためのサーバーの実装は本ドキュメントの
スコープ外。Emergency recovery sessionはNACM設定を初期化またはリカバリするために全てのアクセス制御を
バイパスする。
● A simple and familiar set of datastore permissions is used.
シンプルなdatastoreアクセス権限。
● Support for YANG security tagging (e.g., a "nacm:default-deny-write" statement) allows
default security modes to automatically exclude sensitive data.
YANG security tagging(例:”nacm:default-deny-write” statement)により、デフォルトのセキュリティ
モードでセキュアデータを自動的に除外できる。
● Separate default access modes for read, write, and execute permissions are provided.
Read/Write/Execure毎にデフォルトのアクセスモードが設定できる。
● Access control rules are applied to configurable groups of users.
アクセス制御ルールはユーザーのグループに適用される。
● The access control enforcement procedures can be disabled during operation, without
deleting any access control rules, in order to debug operational problems.
Operationのデバッグができるように、アクセス制御ルールを削除せずにoperation中にアクセス制御プロシー
ジャーを無効にすることができる。
● The number of denied protocol operation requests and denied datastore write requests
can be monitored by the client.
拒否されたプロトコルoperation request、datastore書き込み数をクライアントが監視できる。
● Simple unconstrained YANG instance-identifiers are used to configure access control
rules for specific data nodes.
YANGインスタンス識別子を使用して特定のdata nodeのアクセス制御ルールを設定する。
11
3.1.2. External Dependencies
NETCONF [RFC6241] and RESTCONF [RFC8040] are used for network management purposes within this
document.
NETCONF, RESTCONFは本ドキュメントのネットワーク管理のために使用される。
The YANG data modeling language [RFC7950] is used to define the data models for use with
NETCONF or RESTCONF. YANG is also used to define the data model in this document.
YANGはNETCONF, RESTCONFで使用するデータモデルを定義するために使用される。YANGは本ドキュメントのデータモデルの定
義にも使用される。
3.1.3. Message Processing Model
The following diagram shows the conceptual message flow model, including the points at which
access control is applied during NETCONF message processing.
下図はNETCONFメッセージ処理においてアクセス制御が適用されるポイントを含む、概念的なメッセージフローモデルである。
RESTCONF operations are mapped to the access control model based on the HTTP method and
resource class used in the operation. For example, a POST method on a data resource is
considered "write data node" access, but a POST method on an operation resource is considered
"operation" access.
RESTCONF operationではHTTPメソッドとリソースクラスに基づいてアクセス制御モデルにマッピングされる。例えば、デー
タリソースのPOSTメソッドは”write data node”アクセスと見なされ、操作リソースのPOSTメソッドは”operation”アクセ
スと見なされる。
The new "pre-read data node acc. ctl" boxes in the diagram below refer to group read access as
it relates to data node ancestors of an action or notification. As an example, if an action
is defined as /interfaces/interface/reset-interface, the group must be authorized to (1) read
/interfaces and /interfaces/interface and (2) execute on
/interfaces/interface/reset-interface.
下図の”pre-read data node acc. ctl”は、action, notificationの関連するdata nodeのreadアクセスを示してい
る。例えばactionが”/interfaces/interface/reset-interface”として定義されている場合、(1)/interfaces、
/interfaces/interfaceのread、(2)/interfaces/interface/reset-interfaceのexecureが必要​である。
12
The following high-level sequence of conceptual processing steps is executed for each received
<rpc> message, if access control enforcement is enabled:
アクセス制御が有効な場合、受信した<rpc>メッセージ毎に以下のシーケンスが実行される。
● For each active session, access control is applied individually to all <rpc> messages
(except <close-session>) received by the server, unless the session is identified as a
recovery session.
セッションがrecovery sessionでない場合、サーバーが受信する<rpc>メッセージ毎にアクセス制御が適用される。
ただし、<close-session>は除く。
● If the <action> operation defined in [RFC7950] is invoked, then read access is required
for all instances in the hierarchy of data nodes that identifies the specific action in
the datastore, and execute access is required for the action node. If the user is not
authorized to read all the specified data nodes and execute the action, then the
request is rejected with an "access-denied" error.
<action>が呼び出された場合、data store内のactionを識別するdata nodeの階層までの全てのインスタンスに
readアクセスが必要で、action nodeにはexecuteアクセスが必要である。指定されたdata nodeをreadして
actionをexecuteする権限がユーザーに無い場合、requestは”access-denied” errorで拒否される。
● Otherwise, if the user is not authorized to execute the specified protocol operation,
then the request is rejected with an "access-denied" error.
それ以外の場合、プロトコルoperationを実行する権限がユーザーに無い場合、”access-denied” errorで
requestが拒否される。
13
● If a datastore is accessed by the protocol operation, then the server checks to see if
the client is authorized to access the nodes in the datastore. If the user is not
authorized to perform the requested access operation on the requested data, then the
request is rejected with an "access-denied" error.
プロトコルoperationによりdatastoreにアクセスする場合、サーバーはクライアントがdatastoreのnodeへのア
クセスが許可されているか確認をする。ユーザーが要求されたnodeへのアクセスが許可されていない場合、request
は”access-denied” errorで拒否される。
The following sequence of conceptual processing steps is executed for each generated
notification event, if access control enforcement is enabled:
アクセス制御が有効な場合、生成されたnotification毎に以下のシーケンスが実行される。
● Server instrumentation generates a notification for a particular subscription.
サーバーは特定のsubscriptionのnotificationを生成する。
● If the "notification" statement is specified within a data subtree, as specified in
[RFC7950], then read access is required for all instances in the hierarchy of data
nodes that identifies the specific notification in the datastore, and read access is
required for the notification node. If the user is not authorized to read all the
specified data nodes and the notification node, then the notification is dropped for
that subscription.
“notification”がsubtreeの場合、data nodeの全てのインスタンスおよびnotification nodeにreadアクセ
スが必要である。ユーザーにそれら全てのreadアクセスが許可されていない場合、そのsubscriptionの
notificationは削除される。
● If the "notification" statement is a top-level statement, the notification access
control enforcer checks the notification event type, and if it is one that the user is
not authorized to read, then the notification is dropped for that subscription.
“notification”がトップレベルの場合、notification event typeをチェックし、ユーザーがreadアクセス許
可されていない場合、そのsubscriptionのnotificationは削除される。
3.2. Datastore Access
The same access control rules apply to all datastores that support the NACM -- for example,
the candidate configuration datastore or the running configuration datastore.
同じアクセス制御ルールがNACMをサポートする全てのdatastore(例:candidate, running)に適用される。
All conventional configuration datastores and the operational state datastore are controlled
by the NACM. Local files, remote files, or datastores accessed via the <url> parameter are
not controlled by the NACM.
Configuration datastore, operational state datastoreはNACMによって制御される。<url>パラメーターで制御
されるローカルファイル、リモートファイル、datastoreはNACMで制御されない。
3.2.1. Mapping New Datastores to NACM
It is possible that new datastores will be defined over time for use with NETCONF. The NACM
MAY be applied to other datastores that have similar access rights as defined in the NACM. To
apply the NACM to a new datastore, the new datastore specification needs to define how it maps
to the NACM CRUDX (Create, Read, Update, Delete, eXec) access rights. It is possible that
only a subset of the NACM access rights would be applicable. For example, only retrieval
access control would be needed for a read-only datastore. Operations and access rights not
supported by the NACM CRUDX model are outside the scope of this document. A datastore does
not need to use the NACM, e.g., the datastore specification defines something else or does not
use access control.
14
NETCONFで使用する新規のdatastoreが定義される可能性がある。NACMはNACMの定義されたアクセス権を他のdatastoreにも
適用できる。NACMを新規のdatastoreに適用する場合、新規のdatastoreの仕様でNACM CRUDX(Create, Read, Update,
Delete, eXec)アクセス権のマッピングを定義する必要がある。NACMアクセス権のサブセットのみが適用されてもよい。例え
ば、read onlyのdatastoreにはreadのアクセス権のみが必要である。NACM CRUDXモデルでサポートされていない
operation、アクセス権は本ドキュメントのスコープ外である。DatastoreはNACMを使用する必要はない。例えば、他の仕様
でアクセス権を定義するか、アクセス制御を使用しないということ。
3.2.2. Access Rights
A small set of hard-wired datastore access rights is needed to control access to all possible
protocol operations, including vendor extensions to the standard protocol operation set.
標準プロトコルoperationへのベンダ拡張を含む全てのプロトコルoperationへのアクセス制御をするために、データのアクセ
ス権が必要である。
The CRUDX model can support all protocol operations:
CRUDXモデルは全てのプロトコルoperationをサポートできる。
Create allows the client to add a new data node instance to a datastore.
クライアントが新しいdata nodeインスタンスをdatastoreに追加できる。
Read allows the client to read a data node instance from a datastore or receive the
notification event type.
クライアントがdatastoreからdata nodeインスタンスを読み取るか、notification event typeを
受信できる。
Update allows the client to update an existing data node instance in a datastore.
クライアントがdatastore内の既存のdata nodeインスタンスを更新できる。
Delete allows the client to delete a data node instance from a datastore.
クライアントがdatastoreからdata nodeインスタンスを削除できる。
eXec allows the client to execute the operation.
クライアントがoperationを実行できる。
3.2.3. RESTCONF Methods
The RESTCONF protocol utilizes HTTP methods to perform datastore operations, similar to
NETCONF. The NACM procedures were originally written for NETCONF protocol operations, so the
RESTCONF methods are mapped to NETCONF operations for the purpose of access control
processing. The enforcement procedures described within this document apply to both protocols
unless explicitly stated otherwise.
RESTCONFはNETCONFと同様にHTTPメソッドを使用してdatastore operationを実行する。NACMプロシージャーはNETCONF
用に作成されたため、RESTCONFメソッドがNETCONF operationにマッピングされる。本ドキュメントのプロシージャーは特に
明記のない限り両方のプロトコルに適用される。
The request URI needs to be considered when processing RESTCONF requests on data resources:
データリソースでRESTCONF requestを処理する場合、request URIを考慮する必要がある。
● For HEAD and GET requests, any data nodes that are ancestor nodes of the target
resource are considered to be part of the retrieval request for access control
15
purposes.
HEAD, GETの場合、ターゲットリソースの祖先nodeはアクセス制御において取得するrequestの一部と見なされる。
● For PUT, PATCH, and DELETE requests, any data nodes that are ancestor nodes of the
target resource are not considered to be part of the edit request for access control
purposes. The access operation for these nodes is considered to be "none". The edit
begins at the target resource.
PUT, PATCH, DELETEの場合、ターゲットリソースの祖先nodeはアクセス制御において編集するrequestの一部と見
なされず、アクセスは”none”と見なされる。Editはターゲットリソースに対して実施される。
● For POST requests on data resources, any data nodes that are specified in the request
URI, including the target resource, are not considered to be part of the edit request
for access control purposes. The access operation for these nodes is considered to be
"none". The edit begins at a child node of the target resource, specified in the
message body.
POSTの場合、ターゲットリソースを含むURIで指定されたnodeはアクセス制御において編集するrequestの一部と見
なされず、アクセスは”none”と見なされる。Editはmessage bodyで指定されたターゲットリソースのchild node
に対して実施される。
Not all RESTCONF methods are subject to access control. The following table specifies how
each method is mapped to NETCONF protocol operations. The value "none" indicates that the
NACM is not applied at all to the specific RESTCONF method.
全てのRESTCONFメソッドがアクセス制御の対象になるわけではない。以下の表は各メソッドとNETCONFプロトコルoperation
のマッピングを示している。”none”はNACMが適用されないことを示している。
Method Resource class NETCONF operation Access operation
OPTIONS all none none
HEAD all <get>, <get-config> read
GET all <get>, <get-config> read
POST datastore, data <edit-config> create
POST operation specified operation execute
PUT data <edit-config> create, update
PUT datastore <copy-config> update
PATCH data, datastore <edit-config> update
DELETE data <edit-config> delete
3.2.4. <get> and <get-config> Operations
The NACM access rights are not directly coupled to the <get> and <get-config> protocol
operations but apply to all <rpc> operations that would result in a "read" access operation to
the target datastore. This section describes how these access rights apply to the specific
access operations supported by the <get> and <get-config> protocol operations.
NACMアクセス権は<get>, <get-config>に直接組み込まれないが、ターゲットdatastoreへの”read”アクセスをする全ての
<rpc>に適用される。
Data nodes to which the client does not have read access are silently omitted, along with any
descendants, from the <rpc-reply> message. This is done to allow NETCONF filters for <get> and
16
<get-config> to function properly, instead of causing an "access-denied" error because the
filter criteria would otherwise include unauthorized read access to some data nodes. For
NETCONF filtering purposes, the selection criteria are applied to the subset of nodes that the
user is authorized to read, not the entire datastore.
クライアントがreadアクセス権を持たないdata nodeは子孫nodeとともに<rpc-reply>から削除される。これは、”
access-denied” errorを発生させるのではなく、<get>, <get-config>を適切に処理するためである。​NETCONFフィルタ
リングの選択基準はdatastore全体ではなく、ユーザーがread可能なnodeに対して適用される。
3.2.5. <edit-config> Operation
The NACM access rights are not directly coupled to the <edit-config> "operation" attribute,
although they are similar. Instead, a NACM access right applies to all protocol operations
that would result in a particular access operation to the target datastore. This section
describes how these access rights apply to the specific access operations supported by the
<edit-config> protocol operation.
NACMアクセス権は<edit-config>の”operation” attributeに直接組み込まれない。代わりにNACMアクセス権はターゲッ
トdatastoreへアクセスする全てのプロトコルoperationに適用される。
If the effective access operation is "none" (i.e., default-operation="none") for a particular
data node, then no access control is applied to that data node. This is required to allow
access to a subtree within a larger data structure. For example, a user may be authorized to
create a new "/interfaces/interface" list entry but not be authorized to create or delete its
parent container ("/interfaces"). If the "/interfaces" container already exists in the target
datastore, then the effective operation will be "none" for the "/interfaces" node if an
"/interfaces/interface" list entry is edited.
特定のdata nodeの有効なアクセスoperationが”none”、つまりdefault-operation=”none”の場合、そのdata nodeへ
のアクセス制御は適用されない。
If the protocol operation would result in the creation of a datastore node and the user does
not have "create" access permission for that node, the protocol operation is rejected with an
"access-denied" error.
プロトコルoperationによってdatastore nodeが作成される場合に、ユーザーがそのnodeに対する”create”アクセス権限
を持っていない場合、”access-denied” errorでプロトコルoperationが拒否される。
If the protocol operation would result in the deletion of a datastore node and the user does
not have "delete" access permission for that node, the protocol operation is rejected with an
"access-denied" error.
プロトコルoperationによってdatastore nodeが削除される場合に、ユーザーがそのnodeに対する”delete”アクセス権限
を持っていない場合、”access-denied” errorでプロトコルoperationが拒否される。
If the protocol operation would result in the modification of a datastore node and the user
does not have "update" access permission for that node, the protocol operation is rejected
with an "access-denied" error.
プロトコルoperationによってdatastore nodeが変更される場合に、ユーザーがそのnodeに対する”update”アクセス権限
を持っていない場合、”access-denied” errorでプロトコルoperationが拒否される。
A "merge" or "replace" <edit-config> operation may include data nodes that do not alter
portions of the existing datastore. For example, a container or list node may be present for
naming purposes but does not actually alter the corresponding datastore node. These unaltered
data nodes are ignored by the server and do not require any access rights by the client.
17
“merge”, “replace” <edit-config>には既存のdatastoreの一部を変更しないdata nodeが含まれる可能性がある。変
更されないdata nodeはサーバーによって無視され、クライアントのアクセス権を必要としない。
A "merge" <edit-config> operation may include data nodes but not include particular child data
nodes that are present in the datastore. These missing data nodes within the scope of a
"merge" <edit-config> operation are ignored by the server and do not require any access rights
by the client.
“merge” <edit-config>には一部の子data nodeを含まない場合がある。”merge” <edit-config>に含まれないdata
nodeはdata nodeはサーバーによって無視され、クライアントのアクセス権を必要としない。
The contents of specific restricted datastore nodes MUST NOT be exposed in any <rpc-error>
elements within the reply.
制限されたdatastore nodeのコンテンツは<rpc-error>で公開しないこと(MUST NOT)。
An <edit-config> operation may cause data nodes to be implicitly created or deleted as an
implicit side effect of a requested operation. For example, a YANG when-stmt expression may
evaluate to a different result, causing data nodes to be deleted, or created with default
values; or if a data node is created under one branch of a YANG choice-stmt, then all data
nodes under the other branches are implicitly removed. No NACM access rights are required on
any data nodes that are implicitly changed as a side effect of another allowed operation.
<edit-config>により暗黙的にdata nodeが作成、削除される可能性がある(例:デフォルト値のdata nodeが作成される、
choiseで1つのdata nodeが削除された場合に他のdata nodeは削除される)。暗黙的に変更されるdata nodeにはNACMアク
セス権を必要としない。
3.2.6. <copy-config> Operation
Access control for the <copy-config> protocol operation requires special consideration because
the administrator may be replacing the entire target datastore.
管理者がdatastoreの全体を置き換える可能性があるため、<copy-config>のアクセス権には特別な考慮が必要である。
If the source of the <copy-config> protocol operation is the running configuration datastore
and the target is the startup configuration datastore, the client is only required to have
permission to execute the <copy-config> protocol operation.
<copy-config>のソースがrunning datastoreであり、ターゲットがstartup datastoreである場合、クライアントには
<copy-config>を実行する権限のみが必要である。
Otherwise:
そうでない場合:
● If the source of the <copy-config> operation is a datastore, then data nodes to
which the client does not have read access are silently omitted.
<copy-config>のソースがdatastoreの場合、クライアントがreadアクセス権を持たないdata nodeは暗黙的に省
略される。
● If the target of the <copy-config> operation is a datastore, the client needs access to
the modified nodes. Specifically:
<copy-config>のターゲットがdatastoreの場合、クライアントは変更されるnodeにアクセスする必要がある。具
体的には:
❖ If the protocol operation would result in the creation of a datastore node and
the user does not have "create" access permission for that node, the protocol
operation is rejected with an "access-denied" error.
18
プロトコルoperationによってdatastore nodeが作成される場合に、ユーザーがそのnodeに対する”
create”アクセス権限を持っていない場合、”access-denied” errorでプロトコルoperationが拒否さ
れる。
❖ If the protocol operation would result in the deletion of a datastore node and
the user does not have "delete" access permission for that node, the protocol
operation is rejected with an "access-denied" error.
プロトコルoperationによってdatastore nodeが削除される場合に、ユーザーがそのnodeに対する”
delete”アクセス権限を持っていない場合、”access-denied” errorでプロトコルoperationが拒否さ
れる。
❖ If the protocol operation would result in the modification of a datastore node
and the user does not have "update" access permission for that node, the
protocol operation is rejected with an "access-denied" error.
プロトコルoperationによってdatastore nodeが変更される場合に、ユーザーがそのnodeに対する”
update”アクセス権限を持っていない場合、”access-denied” errorでプロトコルoperationが拒否さ
れる。
3.2.7. <delete-config> Operation
Access to the <delete-config> protocol operation is denied by default. The "exec-default"
leaf does not apply to this protocol operation. Access control rules must be explicitly
configured to allow invocation by a non-recovery session.
<delete-config>はデフォルトで拒否される。”exec-default” leafはこのプロトコルoperationには適用されない。
Non-recovery sessionによる呼び出しを許容するためには、アクセス制御ルールを明示的に設定する必要がある。
3.2.8. <commit> Operation
The server MUST determine the exact nodes in the running configuration datastore that are
actually different and only check "create", "update", and "delete" access permissions for this
set of nodes, which could be empty.
サーバーは関係するnodeの”create”, “update”, “delete”アクセス権限のみをチェックする。
For example, if a session can read the entire datastore but only change one leaf, that session
needs to be able to edit and commit that one leaf.
例えばセッションはdata node全てをreadでき、1 leafのみ変更できる場合、そのセッションでは1 leafのみをedit,
commitできること。
3.2.9. <discard-changes> Operation
The client is only required to have permission to execute the <discard-changes> protocol
operation. No datastore permissions are needed.
クライアントには<discard-changes>を実行する権限が必要である。Datastoreの権限は不要。
3.2.10. <kill-session> Operation
The <kill-session> operation does not directly alter a datastore. However, it allows one
session to disrupt another session that is editing a datastore.
<kill-session>はdatastoreを直接変更しない。ただし、あるセッションがdatastoreを編集している別のセッションに影
響を与える。
19
Access to the <kill-session> protocol operation is denied by default. The "exec-default" leaf
does not apply to this protocol operation. Access control rules must be explicitly configured
to allow invocation by a non-recovery session.
<kill-session>はデフォルトで拒否される。”exec-default” leafは適用されない。Non-recovery sessionによる呼
び出しを許可するためにはアクセス制御ルールを明示的に設定する必要がある。
3.3. Model Components
This section defines the conceptual components related to the access control model.
アクセス制御モデルに関連する概念的なコンポーネントを定義する。
3.3.1. Users
A "user" is the conceptual entity that is associated with the access permissions granted to a
particular session. A user is identified by a string that is unique within the server.
“user”は特定のセッションに付与されるアクセス権限に関連する概念的なエンティティである。userはサーバー内で一意の文字
列で識別される。
As described in [RFC6241], the username string is derived from the transport layer during
session establishment. If the transport layer cannot authenticate the user, the session is
terminated.
RFC6241にあるusername stringは、セッション確立中にトランスポートレイヤから取得される。トランスポートレイヤが
userを認証できない場合、セッションは終了する。
3.3.2. Groups
Access to a specific NETCONF protocol operation is granted to a session. The session is
associated with a group (i.e., not with a user).
NETCONFプロトコルoperationへのアクセスがセッションに許可される。セッションはgroupに関連付けられ、ユーザーには関
連付けられない。
A group is identified by its name. All group names are unique within the server.
Groupは名前で識別される。全てのgroup名はサーバー内で一意である。
Access control is applied at the level of groups. A group contains zero or more group
members.
アクセス制御はgroup単位で適用される。Groupには0以上のgroup memberが含まれる。
A group member is identified by a username string.
Group memberはusername stringで識別される。
The same user can be a member of multiple groups.
同じuserは複数のgroupのmemberになることができる。
20
3.3.3. Emergency Recovery Session
The server MAY support a recovery session mechanism, which will bypass all access control
enforcement. This is useful for restricting initial access and repairing a broken access
control configuration.
サーバーは全てのアクセス制御をバイパスするrecovery sessionメカニズムをサポートしてもよい(MAY)。これはアクセス
制御の設定を復旧するのに役立つ。
3.3.4. Global Enforcement Controls
There are five global controls that are used to help control how access control is enforced.
アクセス制御の実施方法を制御する5つのグローバル制御がある。
3.3.4.1. enable-nacm Switch
A global "enable-nacm" on/off switch is provided to enable or disable all access control
enforcement. When this global switch is set to "true", all requests are checked against the
access control rules and only permitted if configured to allow the specific access request.
When this global switch is set to "false", all access requests are permitted.
全てのアクセス制御を有効/無効にする”enable-nacm” on/off switchが提供される。
“true” : アクセス制御ルールでチェックされる。
“false” : 全て許可される。
3.3.4.2. read-default Switch
An on/off "read-default" switch is provided to enable or disable default access to receive
data in replies and notifications. When the "enable-nacm" global switch is set to "true",
this global switch is relevant if no matching access control rule is found to explicitly
permit or deny read access to the requested datastore data or notification event type.
Notificatinとreplyでデータを受信するためのアクセス制御を有効/無効にする”read-default”が提供される。
“enable-nacm” = “true”の場合にdatastore data、notificationに明示的なアクセス制御ルールがない場合にこのグ
ローバル制御スイッチが関連する。
When this global switch is set to "permit" and no matching access control rule is found for
the datastore read or notification event requested, access is permitted.
“permit” : アクセスが許可される。
#ブラックリスト方式
When this global switch is set to "deny" and no matching access control rule is found for the
datastore read or notification event requested, access is denied. This means that the
requested data is not sent to the client. See step 11 in Section 3.4.5 for details.
“deny” : アクセスが拒否される。
#ホワイトリスト方式
3.3.4.3. write-default Switch
An on/off "write-default" switch is provided to enable or disable default access to alter
configuration data. When the "enable-nacm" global switch is set to "true", this global switch
is relevant if no matching access control rule is found to explicitly permit or deny write
access to the requested datastore data.
21
Config dataを変更するデフォルトのアクセス制御を有効/無効にする”write-default”が提供される。​“enable-nacm” =
“true”の場合に要求されたdatastore dataに明示的なアクセス制御ルールがない場合にこのグローバル制御スイッチが関連す
る。
When this global switch is set to "permit" and no matching access control rule is found for
the datastore write requested, access is permitted.
“permit” : アクセスが許可される。
#ブラックリスト方式
When this global switch is set to "deny" and no matching access control rule is found for the
datastore write requested, access is denied. See step 12 in Section 3.4.5 for details.
“deny” : アクセスが拒否される。
#ホワイトリスト方式
3.3.4.4. exec-default Switch
An on/off "exec-default" switch is provided to enable or disable default access to execute
protocol operations. When the "enable-nacm" global switch is set to "true", this global
switch is relevant if no matching access control rule is found to explicitly permit or deny
access to the requested NETCONF protocol operation.
プロトコルoperationを実行するデフォルトのアクセス制御を有効/無効にする”exec-default”が提供される。
“enable-nacm” = “true”の場合に要求されたプロトコルoperationに明示的なアクセス制御ルールがない場合にこのグロー
バル制御スイッチが関連する。
When this global switch is set to "permit" and no matching access control rule is found for
the NETCONF protocol operation requested, access is permitted.
“permit” : アクセスが許可される。
#ブラックリスト方式
When this global switch is set to "deny" and no matching access control rule is found for the
NETCONF protocol operation requested, access is denied. See step 12 in Section 3.4.4 and step
13 in Section 3.4.5 for details.
“deny” : アクセスが拒否される。
#ホワイトリスト方式
3.3.4.5. enable-external-groups Switch
When this global switch is set to "true", the group names reported by the transport layer for
a session are used together with the locally configured group names to determine the access
control rules for the session.
“enable-external-groups”が”true”の場合、セッションのトランスポートレイヤで設定されたgroupは、ローカルに設定
されたgroupとともにアクセス制御ルールに使用される。
When this switch is set to "false", the group names reported by the transport layer are
ignored by the NACM.
“false”の場合、トランスポートレイヤで設定されたgroupはNACMでは無視される。
3.3.5. Access Control Rules
There are four types of rules available in the NACM:
22
NACMで利用可能な4タイプのルールがある。
Module rule controls access for definitions in a specific YANG module,
identified by its name.
YANG moduleへのアクセスを制御する。
識別子:YANGモジュール名
Protocol operation
rule
controls access for a specific protocol operation, identified by
its YANG module and name.
プロトコルoperationへのアクセスを制御する。
識別子:YANGモジュール名、プロトコルoperation名
Data node rule controls access for a specific data node and its descendants,
identified by its path location within the conceptual XML document
for the data node.
Data nodeとその子孫nodeへのアクセスを制御する。
識別子:Data nodeのXML path
Notification rule controls access for a specific notification event type, identified
by its YANG module and name.
Notification event typeへのアクセスを制御する。
識別子:YANGモジュール名、Notification名
3.4. Access Control Enforcement Procedures
There are six separate phases that need to be addressed, four of which are related to the
NETCONF message processing model (Section 3.1.3):
NACMが関連するフェーズは6つに分けられ、4つはNETCONFメッセージ処理モデル(section 3.1.3)に関連する。
1. Initial operation
2. Session establishment
3. "access-denied" error handling
4. Incoming RPC message validation
5. Data node access validation
6. Outgoing <notification> authorization
In addition, the initial startup mode for a NETCONF server, session establishment, and
"access-denied" error-handling procedures also need to be considered.
NETCONFサーバーのinitial startup mode、Session establishment、”access-denied” error handlingも考慮
する必要がある。
The server MUST use the access control rules in effect at the time it starts processing the
message. The same access control rules MUST stay in effect for the processing of the entire
message.
サーバーはメッセージの処理を開始する時点で有効なアクセス制御ルールを使用する必要がある。同じアクセス制御ルールがメッ
セージ全体の処理に対して有効であること(MUST)。
#処理途中で変更されても一貫性が保証されるという感じか。
23
3.4.1. Initial Operation
Upon the very first startup of the NETCONF server, the access control configuration will
probably not be present. If it isn't, a server MUST NOT allow any write access to any session
role except a recovery session.
NETCONFサーバーの最初の起動時には、アクセス制御設定が存在しない。そうでない場合、サーバーはrecovery session以外
からのセッションロール(セッションのアクセス制御?)へのwriteアクセスを許可しないこと(MUST NOT)。
#セキュリティ的な理由からかな。
Access rules are enforced any time a request is initiated from a user session. Access control
is not enforced for server-initiated access requests, such as the initial load of the running
configuration datastore, during bootup.
アクセス制御ルールはユーザーセッションからのrequestのたびに適用される。​起動時のrunning datastoreの初期ロード等
のサーバーが起動するためのアクセスにはアクセス制御は適用されない。
3.4.2. Session Establishment
The access control model applies specifically to the well-formed XML content transferred
between a client and a server after session establishment has been completed and after the
<hello> exchange has been successfully completed.
アクセス制御モデルはセッション確立後、<hello> exchangeが完了した後、クライアント-サーバー間で送受信されるXMLコン
テンツに適用される。
Once session establishment is completed and a user has been authenticated, the transport layer
reports the username and a possibly empty set of group names associated with the user to the
NETCONF server. The NETCONF server will enforce the access control rules, based on the
supplied username, group names, and the configuration data stored on the server.
セッションが確立し、ユーザー認証された後、トランスポートレイヤはusernameとユーザーに関連付けされるgroup nameを
NETCONFサーバーに渡す。NETCONFサーバーはusername、group name、サーバー内のconfig dataに基づきアクセス制御
ルールを実施する。
3.4.3. "access-denied" Error Handling
The "access-denied" error-tag is generated when the access control system denies access to
either a request to invoke a protocol operation or a request to perform a particular access
operation on the configuration datastore.
“access-denied” error-tagはアクセス制御システムがプロトコルoperationを呼び出すrequestまたはdatastoreへの
特定のアクセスを拒否したときに生成される。
A server MUST NOT include any information the client is not allowed to read in any
<error-info> elements within the <rpc-error> response.
サーバーは、クライアントが<rpc-error>の<error-info>にread拒否された情報を含めないこと(MUST NOT)。
3.4.4. Incoming RPC Message Validation
The diagram below shows the basic conceptual structure of the access control processing model
for incoming NETCONF <rpc> messages within a server.
下図はサーバー内の受信NETCONF <rpc>メッセージのアクセス制御処理モデルを示している。
24
Access control begins with the message dispatcher.
アクセス制御はメッセージディスパッチャーから始まる。
After the server validates the <rpc> element and determines the namespace URI and the element
name of the protocol operation being requested, the server verifies that the user is
authorized to invoke the protocol operation.
サーバーが<rpc> elementを検証し、要求されたプロトコルoperationのnamespace URI、element nameを識別した後、
サーバーはユーザーがプロトコルoperationを呼び出す権限を持っているか確認する。
The server MUST separately authorize every protocol operation by following these steps:
サーバーは以下の手順に従って全てのプロトコルoperationを個別に認可すること(MUST)。
1. If the "enable-nacm" leaf is set to "false", then the protocol operation is permitted.
“enable-nacm” leafが”false”の場合、プロトコルoperationは許可される。
2. If the requesting session is identified as a recovery session, then the protocol
operation is permitted.
Recovery sessionの場合、プロトコルoperationは許可される。
3. If the requested operation is the NETCONF <close-session> protocol operation, then the
protocol operation is permitted.
<close-session>の場合、プロトコルoperationは許可される。
4. Check all the "group" entries to see if any of them contain a "user-name" entry that
equals the username for the session making the request. If the
"enable-external-groups" leaf is "true", add to these groups the set of groups provided
by the transport layer.
全ての”group”をチェックし、requestしているセッションのusernameと等しい”user-name”が含まれているか確
認する。”enable-external-groups”が”true”の場合、groupにトランスポートレイヤから渡されたgroupを追加
する。
25
5. If no groups are found, continue with step 10.
Groupが見つからない場合、Step 10に進む。
6. Process all rule-list entries, in the order they appear in the configuration. If a
rule-list's "group" leaf-list does not match any of the user's groups, proceed to the
next rule-list entry.
全てのrule-listを設定の順番に処理する。​Rule-listの”group” leaf-listがuserのgroupのいずれとも一致
しない場合は、次のrule-listに進む。
7. For each rule-list entry found, process all rules, in order, until a rule that matches
the requested access operation is found. A rule matches if all of the following
criteria are met:
見つかった各rule-listについて、​requestされたアクセスoperationに一致するruleが見つかるまで全てのrule
を順番に処理する。以下の条件を全て満たすときruleは一致する。
○ The rule's "module-name" leaf is "*" or equals the name of the YANG module
where the protocol operation is defined.
ruleの”module-name”が”*”またはプロトコルoperationが定義されているYANGモジュール名と同じ。
○ Either (1) the rule does not have a "rule-type" defined or (2) the "rule-type"
is "protocol-operation" and the "rpc-name" is "*" or equals the name of the
requested protocol operation.
(1)ruleに”rule-type”が定義されていないか、(2)”rule-type”が”protocol-operation”かつ”
rpc-name”が”*”またはrequestされたプロトコルoperationの名前と同じ。
○ The rule's "access-operations" leaf has the "exec" bit set or has the special
value "*".
ruleの”access-operations”に”exec” bitが設定されているか”*”が設定されている。
8. If a matching rule is found, then the "action" leaf is checked. If it is equal to
"permit", then the protocol operation is permitted; otherwise, it is denied.
一致するruleが見つかった場合、”action”がチェックされる。”permit”の場合、プロトコルoperationは許可され
る。それ以外の場合、拒否される。
9. At this point, no matching rule was found in any rule-list entry.
この時点でrule-listに一致するルールが見つからない。
10. If the requested protocol operation is defined in a YANG module advertised in the
server capabilities and the "rpc" statement contains a "nacm:default-deny-all"
statement, then the protocol operation is denied.
要求されたプロトコルoperationがサーバー capabilityでアドバタイズされたYANGモジュールで定義され、”rpc”
に”nacm:default-deny-all”が含まれている場合、プロトコルoperationは拒否される。
11. If the requested protocol operation is the NETCONF <kill-session> or <delete-config>,
then the protocol operation is denied.
要求されたプロトコルoperationが<kill-session>, <delete-config>の場合、プロトコルoperationは拒否
される。
12. If the "exec-default" leaf is set to "permit", then permit the protocol operation;
otherwise, deny the request.
“exec-default”が”permit”の場合、プロトコルoperationは許可される。それ以外の場合は拒否される。
If the user is not authorized to invoke the protocol operation, then an <rpc-error> is
generated with the following information:
ユーザーがプロトコルoperationの呼び出しを許可されていない場合、以下の<rpc-error>が生成される。
26
error-tag access-denied
error-path 要求されたプロトコルoperationのpath。
以下は<edit-config>プロトコルoperationの例である。
<error-path
xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0">
/nc:rpc/nc:edit-config
</error-path>
If a datastore is accessed, either directly or as a side effect of the protocol operation,
then the server MUST intercept the access operation and make sure that the user is authorized
to perform the requested access operation on the specified data, as defined in Section 3.4.5.
Datastoreにアクセスする場合、サーバーは指定されたdataに対して要求されたアクセスを実行する権限がユーザーにあること
を確認すること(MUST)。
3.4.5. Data Node Access Validation
If (1) a data node within a datastore is accessed or (2) an action or notification is tied to
a data node, then the server MUST ensure that the user is authorized to perform the requested
"read", "create", "update", "delete", or "execute" access operation on the specified data
node.
サーバーは(1)datastoreのdata nodeにアクセスする場合または (2)action, notificationがdata nodeに関連付けら
れている場合、サーバーはユーザーがdata nodeに対する適切な”read”, “create”, “update”, “delete”,
“execute”の権限を持っていることを確認すること(MUST)。
If an action is requested to be executed, the server MUST ensure that the user is authorized
to perform the "execute" access operation on the requested action.
Actionが要求された場合、サーバーはユーザーがactionの適切な”execute”の権限を持っていることを確認すること(MUST)
。
If a notification tied to a data node is generated, the server MUST ensure that the user is
authorized to perform the "read" access operation on the requested notification.
Data nodeに関連するnotificationが生成される場合、サーバーはユーザーがnotificationの適切な”read”の権限を持っ
ていることを確認すること(MUST)。
The data node access request is authorized by following these steps:
Data nodeのアクセスrequestは以下の手順で認可される。
1. If the "enable-nacm" leaf is set to "false", then the access operation is permitted.
“enable-nacm” leafが”false”の場合、プロトコルoperationは許可される。
2. If the requesting session is identified as a recovery session, then the access
operation is permitted.
Recovery sessionの場合、プロトコルoperationは許可される。
3. Check all the "group" entries to see if any of them contain a "user-name" entry that
equals the username for the session making the request. If the
"enable-external-groups" leaf is "true", add to these groups the set of groups provided
by the transport layer.
全ての”group”をチェックし、requestしているセッションのusernameと等しい”user-name”が含まれているか確
27
認する。”enable-external-groups”が”true”の場合、groupにトランスポートレイヤから渡されたgroupを追加
する。
4. If no groups are found, continue with step 9.
Groupが見つからない場合、Step 9に進む。
5. Process all rule-list entries, in the order they appear in the configuration. If a
rule-list's "group" leaf-list does not match any of the user's groups, proceed to the
next rule-list entry.
全てのrule-listを設定の順番に処理する。​Rule-listの”group” leaf-listがuserのgroupのいずれとも一致
しない場合は、次のrule-listに進む。
6. For each rule-list entry found, process all rules, in order, until a rule that matches
the requested access operation is found. A rule matches if all of the following
criteria are met:
見つかった各rule-listについて、​requestされたアクセスoperationに一致するruleが見つかるまで全てのrule
を順番に処理する。以下の条件を全て満たすときruleは一致する。
● The rule's "module-name" leaf is "*" or equals the name of the YANG module
where the requested data node is defined.
ruleの“module-name”が”*”または要求されたdata nodeが定義されたYANGモジュール名と同じ。
● Either (1) the rule does not have a "rule-type" defined or (2) the "rule-type"
is "data-node" and the "path" matches the requested data node, action node, or
notification node. A path is considered to match if the requested node is the
node specified by the path or is a descendant node of the path.
(1)ruleに”rule-type”が定義されていないか、(2)”rule-type”が”​data-node​”かつ”path”が要求さ
れたdata node, action node, notification nodeと一致する。要求されたnodeがpathで指定され
たnodeであるか、pathの子孫nodeである場合、一致すると見なされる。
● For a "read" access operation, the rule's "access-operations" leaf has the
"read" bit set or has the special value "*".
“read”アクセスの場合、ruleの”access-operations”の”read” bitが設定されているか”*”である。
● For a "create" access operation, the rule's "access-operations" leaf has the
"create" bit set or has the special value "*".
“create”アクセスの場合、ruleの”access-operations”の”create” bitが設定されているか”*”であ
る。
● For a "delete" access operation, the rule's "access-operations" leaf has the
"delete" bit set or has the special value "*".
“delete”アクセスの場合、ruleの”access-operations”の”delete” bitが設定されているか”*”であ
る。
● For an "update" access operation, the rule's "access-operations" leaf has the
"update" bit set or has the special value "*".
“update”アクセスの場合、ruleの”access-operations”の”update” bitが設定されているか”*”であ
る。
● For an "execute" access operation, the rule's "access-operations" leaf has the
"exec" bit set or has the special value "*".
“execute”アクセスの場合、ruleの”access-operations”の”execute” bitが設定されているか”*”
である。
7. If a matching rule is found, then the "action" leaf is checked. If it is equal to
"permit", then the data node access is permitted; otherwise, it is denied. For a
"read" access operation, "denied" means that the requested data is not returned in the
28
reply.
一致するruleが見つかった場合、”action”がチェックされる。”permit”の場合、プロトコルoperationは許可され
る。それ以外の場合、拒否される。”read”アクセスの場合、”denied”は要求されたdataが応答で返されないことを
意味する。
8. At this point, no matching rule was found in any rule-list entry.
この時点でrule-listに一致するルールが見つからない。
9. For a "read" access operation, if the requested data node is defined in a YANG module
advertised in the server capabilities and the data definition statement contains a
"nacm:default-deny-all" statement, then the requested data node and all its descendants
are not included in the reply.
“read”アクセスの場合、要求されたdata nodeに”nacm:default-deny-all”が含まれている場合、要求された
data nodeと子孫nodeは応答に含まれない。
10. For a "write" access operation, if the requested data node is defined in a YANG module
advertised in the server capabilities and the data definition statement contains a
"nacm:default-deny-write" or a "nacm:default-deny-all" statement, then the access
request is denied for the data node and all its descendants.
“write”アクセスの場合、要求されたdata nodeに”nacm:default-deny-write”または”
nacm:default-deny-all”が含まれている場合、要求されたdata nodeと子孫nodeへのアクセスが拒否される。
11. For a "read" access operation, if the "read-default" leaf is set to "permit", then
include the requested data node in the reply; otherwise, do not include the requested
data node or any of its descendants in the reply.
“read”アクセスの場合、”read-default”が”permit”に設定されている場合は要求されたdata nodeを応答に含め
る。それ以外の場合は要求されたdata nodeと子孫nodeは応答に含まれない。
12. For a "write" access operation, if the "write-default" leaf is set to "permit", then
permit the data node access request; otherwise, deny the request.
“write”アクセスの場合、”write-default”が”permit”に設定されている場合は要求されたdata nodeへのアク
セスを許可する。それ以外の場合は要求を拒否する。
13. For an "execute" access operation, if the "exec-default" leaf is set to "permit", then
permit the request; otherwise, deny the request.
“execute”アクセスの場合、”exec-default”が”permit”に設定されている場合は要求を許可する。それ以外の場
合は要求を拒否する。
3.4.6. Outgoing <notification> Authorization
Configuration of access control rules specifically for descendant nodes of the notification
event type are outside the scope of this document. If the user is authorized to receive the
notification event type, then it is also authorized to receive any data it contains.
Notification event typeの子孫node専用のアクセス制御ルールの設定は本ドキュメントのスコープ外である。ユーザーが
notification event typeの受信を許可されている場合、ユーザーはそれに含まれるdataの受信も許可される。
#Notificationはevent typeでアクセス制御する。
If the notification is specified within a data subtree, as specified in [RFC7950], then read
access to the notification is required. Processing continues as described in Section 3.4.5.
Notificationがdata subtreeで規定されている場合、notificationにreadアクセスが必要である。
The following figure shows the conceptual message processing model for outgoing <notification>
messages.
29
下図は<notification>の概念的なメッセージ処理モデルを示している。
The generation of a notification for a specific subscription [RFC5277] is authorized by
following these steps:
特定のsubscriptionへのnotificationの生成は以下の手順で認可される。
1. If the "enable-nacm" leaf is set to "false", then the notification is permitted.
“enable-nacm” leafが”false”の場合、プロトコルoperationは許可される。
2. If the session is identified as a recovery session, then the notification is permitted.
Recovery sessionの場合、プロトコルoperationは許可される。
3. If the notification is the NETCONF <replayComplete> or <notificationComplete> event
type [RFC5277], then the notification is permitted.
Notificationが<replayComplete> or <notificationComplete> event typeの場合、notificationは
許可される。
4. Check all the "group" entries to see if any of them contain a "user-name" entry that
equals the username for the session making the request. If the
"enable-external-groups" leaf is "true", add to these groups the set of groups provided
by the transport layer.
全ての”group”をチェックし、requestしているセッションのusernameと等しい”user-name”が含まれているか確
認する。”enable-external-groups”が”true”の場合、groupにトランスポートレイヤから渡されたgroupを追加
する。
5. If no groups are found, continue with step 10.
Groupが見つからない場合、Step 10に進む。
6. Process all rule-list entries, in the order they appear in the configuration. If a
rule-list's "group" leaf-list does not match any of the user's groups, proceed to the
next rule-list entry.
30
全てのrule-listを設定の順番に処理する。​Rule-listの”group” leaf-listがuserのgroupのいずれとも一致
しない場合は、次のrule-listに進む。
7. For each rule-list entry found, process all rules, in order, until a rule that matches
the requested access operation is found. A rule matches if all of the following
criteria are met:
見つかった各rule-listについて、​requestされたアクセスoperationに一致するruleが見つかるまで全てのrule
を順番に処理する。以下の条件を全て満たすときruleは一致する。
● The rule's "module-name" leaf is "*" or equals the name of the YANG module
where the notification is defined.
ruleの”module-name”が”*”またはnotificationが定義されたYANGモジュール名と同じ。
● Either (1) the rule does not have a "rule-type" defined or (2) the "rule-type"
is "notification" and the "notification-name" is "*" or equals the name of the
notification.
(1)ruleに”rule-type”が定義されていないか、(2)”rule-type”が”notification”であり、”
notificatin-name”が”*”またはnotification名と等しい。
● The rule's "access-operations" leaf has the "read" bit set or has the special
value "*".
ruleの”access-operation”の”read” bitが設定されているか”*”である。
8. If a matching rule is found, then the "action" leaf is checked. If it is equal to
"permit", then permit the notification; otherwise, drop the notification for the
associated subscription.
一致するruleが見つかった場合、”action”がチェックされる。”permit”の場合はnotificationを許可する。そう
でない場合、関連するsubscriptionへのnotificationをdropする。
9. Otherwise, no matching rule was found in any rule-list entry.
それ以外の場合、rule-listで一致するruleは無かった。
10. If the requested notification is defined in a YANG module advertised in the server
capabilities and the "notification" statement contains a "nacm:default-deny-all"
statement, then the notification is dropped for the associated subscription.
要求されたnotificationが”nacm:default-deny-all”を含む場合、関連するsubscriptionへの
notificationをdropする。
11. If the "read-default" leaf is set to "permit", then permit the notification; otherwise,
drop the notification for the associated subscription.
“read-default”が”permit”の場合はnotificationを許可する。そうでない場合、関連するsubscriptionへの
notificationをdropする。、
3.5. Data Model Definitions
3.5.1. Data Organization
The following diagram highlights the contents and structure of the NACM YANG module.
下図はNACM YANG moduleのcontentと構造を示している。
module: ietf-netconf-acm
+--rw nacm
+--rw enable-nacm? boolean
+--rw read-default? action-type
+--rw write-default? action-type
31
+--rw exec-default? action-type
+--rw enable-external-groups? boolean
+--ro denied-operations yang:zero-based-counter32
+--ro denied-data-writes yang:zero-based-counter32
+--ro denied-notifications yang:zero-based-counter32
+--rw groups
| +--rw group* [name]
| +--rw name group-name-type
| +--rw user-name* user-name-type
+--rw rule-list* [name]
+--rw name string
+--rw group* union
+--rw rule* [name]
+--rw name string
+--rw module-name? union
+--rw (rule-type)?
| +--:(protocol-operation)
| | +--rw rpc-name? union
| +--:(notification)
| | +--rw notification-name? union
| +--:(data-node)
| +--rw path node-instance-identifier
+--rw access-operations? union
+--rw action action-type
+--rw comment? string
Extension statements
extension default-deny-write 存在する場合recovery sessionにのみnodeへのwriteアクセスを許可す
る。他のユーザーに対しては明示的なアクセス制御ルールが無い限りwriteア
クセスを拒否する。
NACM moduleを使用する場合(/nacm/enable-nacmがtrue)の場合に有効
になり、そうでない場合はextensionは無視される。
“default-deny-write”はdata definition statementに存在してよ
く(MAY)、それ以外の場合は無視される。
extension default-deny-all 存在する場合recovery sessionにのみnodeへのread, write,
executeアクセスを許可する。他のユーザーに対しては明示的なアクセス制御
ルールが無い限りアクセスを拒否する。
NACM moduleを使用する場合(/nacm/enable-nacmがtrue)の場合に有効
になり、そうでない場合はextensionは無視される。
“default-deny-all”はdata definition statement, rpc,
notificationに存在してよく(MAY)、それ以外の場合は無視される。
Derived types
typedef user-name-type user-name。
typedef matchall-string-type “*”。全ての値を示すために使用される。
typedef access-operations-type アクセスoperationのタイプ。
各bitでcreate, read, update, delete, execのアクセスoperation
を示す。
typedef group-name-type ユーザーが割り当てられるgroup名。
typedef action-type Ruleが一致したときのサーバーのアクション。
permit or deny。
typedef node-instance-identifier 特定のdata node, action, notificationのインスタンスを指定する
XPath。
32
Data definition statements
container nacm NACMのパラメーター。
leaf enable-nacm NACMの有効/無効。デフォルト true。
leaf read-default Readのデフォルト。デフォルト permit。
leaf write-default Writeのデフォルト。デフォルト deny。
leaf exec-default Execのデフォルト。デフォルト permit。
leaf enable-external-groups トランスポートレイヤのgroup名を使用するか。​デフォルト true。
leaf denied-operations プロトコルoperationが拒否された回数。
leaf denied-data-writes Datastoreを変更するプロトコルoperationが拒否された回数。
leaf denied-notifications アクセス拒否のためsubscriptionへのnotificationが削除された回数。
container groups NACM group。
list group [name] 1つのNACM groupエントリ。​トランスポートレイヤのgroupは含まない。
leaf name Group name。
leaf-list user-name Groupメンバーのusername。
list rule-list [name] 順序付きのアクセス制御ルールのリスト。
leaf name Rule-listの名前。
leaf-list group ruleで定義されたアクセス権を割り当てるgroup。
list rule 1つのアクセス制御ルール。
leaf name Ruleの名前。
leaf module-name Ruleが適用されるモジュール名。
choice rule-type Leafが存在しない場合は全てのrequestに一致する。
● case protocol-operation
leaf rpc-name
プロトコルoperation名。
● case notification
leaf notification-name
Notification名。
● case data-node
leaf path
Data nodeのXPath。”/”はdatastoreの全てを示す。
leaf access-operations Ruleが適用されるアクセスoperation。
leaf action Ruleが適用される場合に実施されるaction。Permit or deny。
leaf comment アクセス制御ルールの説明。
3.5.2. YANG Module
The following YANG module specifies the normative NETCONF content that MUST be supported by
the server.
33
以下のYANGモジュールはサーバーがサポートする必要があるNETCONF contentを規定する。
The "ietf-netconf-acm" YANG module imports typedefs from [RFC6991].
“ietf-netconf-acm” YANGモジュールはRFC6991からtypedefをimportする。
<CODE BEGINS> file "ietf-netconf-acm@2018-02-14.yang"
module ietf-netconf-acm {
namespace "urn:ietf:params:xml:ns:yang:ietf-netconf-acm";
prefix nacm;
import ietf-yang-types {
prefix yang;
}
organization
"IETF NETCONF (Network Configuration) Working Group";
contact
"WG Web: <https://datatracker.ietf.org/wg/netconf/>
WG List: <mailto:netconf@ietf.org>
Author: Andy Bierman
<mailto:andy@yumaworks.com>
Author: Martin Bjorklund
<mailto:mbj@tail-f.com>";
description
"Network Configuration Access Control Model.
Copyright (c) 2012 - 2018 IETF Trust and the persons
identified as authors of the code. All rights reserved.
Redistribution and use in source and binary forms, with or
without modification, is permitted pursuant to, and subject
to the license terms contained in, the Simplified BSD
License set forth in Section 4.c of the IETF Trust's
Legal Provisions Relating to IETF Documents
(https://trustee.ietf.org/license-info).
This version of this YANG module is part of RFC 8341; see
the RFC itself for full legal notices.";
revision "2018-02-14" {
description
"Added support for YANG 1.1 actions and notifications tied to
data nodes. Clarified how NACM extensions can be used by
other data models.";
reference
"RFC 8341: Network Configuration Access Control Model";
}
revision "2012-02-22" {
description
"Initial version.";
reference
"RFC 6536: Network Configuration Protocol (NETCONF)
Access Control Model";
}
34
/*
* Extension statements
*/
extension default-deny-write {
description
"Used to indicate that the data model node
represents a sensitive security system parameter.
If present, the NETCONF server will only allow the designated
'recovery session' to have write access to the node. An
explicit access control rule is required for all other users.
If the NACM module is used, then it must be enabled (i.e.,
/nacm/enable-nacm object equals 'true'), or this extension
is ignored.
The 'default-deny-write' extension MAY appear within a data
definition statement. It is ignored otherwise.";
}
extension default-deny-all {
description
"Used to indicate that the data model node
controls a very sensitive security system parameter.
If present, the NETCONF server will only allow the designated
'recovery session' to have read, write, or execute access to
the node. An explicit access control rule is required for all
other users.
If the NACM module is used, then it must be enabled (i.e.,
/nacm/enable-nacm object equals 'true'), or this extension
is ignored.
The 'default-deny-all' extension MAY appear within a data
definition statement, 'rpc' statement, or 'notification'
statement. It is ignored otherwise.";
}
/*
* Derived types
*/
typedef user-name-type {
type string {
length "1..max";
}
description
"General-purpose username string.";
}
typedef matchall-string-type {
type string {
pattern '*';
}
description
"The string containing a single asterisk '*' is used
to conceptually represent all possible values
for the particular leaf using this data type.";
}
typedef access-operations-type {
type bits {
bit create {
35
description
"Any protocol operation that creates a
new data node.";
}
bit read {
description
"Any protocol operation or notification that
returns the value of a data node.";
}
bit update {
description
"Any protocol operation that alters an existing
data node.";
}
bit delete {
description
"Any protocol operation that removes a data node.";
}
bit exec {
description
"Execution access to the specified protocol operation.";
}
}
description
"Access operation.";
}
typedef group-name-type {
type string {
length "1..max";
pattern '[^*].*';
}
description
"Name of administrative group to which
users can be assigned.";
}
typedef action-type {
type enumeration {
enum permit {
description
"Requested action is permitted.";
}
enum deny {
description
"Requested action is denied.";
}
}
description
"Action taken by the server when a particular
rule matches.";
}
typedef node-instance-identifier {
type yang:xpath1.0;
description
"Path expression used to represent a special
data node, action, or notification instance-identifier
string.
A node-instance-identifier value is an
unrestricted YANG instance-identifier expression.
All the same rules as an instance-identifier apply,
36
except that predicates for keys are optional. If a key
predicate is missing, then the node-instance-identifier
represents all possible server instances for that key.
This XML Path Language (XPath) expression is evaluated in the
following context:
o The set of namespace declarations are those in scope on
the leaf element where this type is used.
o The set of variable bindings contains one variable,
'USER', which contains the name of the user of the
current session.
o The function library is the core function library, but
note that due to the syntax restrictions of an
instance-identifier, no functions are allowed.
o The context node is the root node in the data tree.
The accessible tree includes actions and notifications tied
to data nodes.";
}
/*
* Data definition statements
*/
container nacm {
nacm:default-deny-all;
description
"Parameters for NETCONF access control model.";
leaf enable-nacm {
type boolean;
default "true";
description
"Enables or disables all NETCONF access control
enforcement. If 'true', then enforcement
is enabled. If 'false', then enforcement
is disabled.";
}
leaf read-default {
type action-type;
default "permit";
description
"Controls whether read access is granted if
no appropriate rule is found for a
particular read request.";
}
leaf write-default {
type action-type;
default "deny";
description
"Controls whether create, update, or delete access
is granted if no appropriate rule is found for a
particular write request.";
}
leaf exec-default {
type action-type;
default "permit";
37
description
"Controls whether exec access is granted if no appropriate
rule is found for a particular protocol operation request.";
}
leaf enable-external-groups {
type boolean;
default "true";
description
"Controls whether the server uses the groups reported by the
NETCONF transport layer when it assigns the user to a set of
NACM groups. If this leaf has the value 'false', any group
names reported by the transport layer are ignored by the
server.";
}
leaf denied-operations {
type yang:zero-based-counter32;
config false;
mandatory true;
description
"Number of times since the server last restarted that a
protocol operation request was denied.";
}
leaf denied-data-writes {
type yang:zero-based-counter32;
config false;
mandatory true;
description
"Number of times since the server last restarted that a
protocol operation request to alter
a configuration datastore was denied.";
}
leaf denied-notifications {
type yang:zero-based-counter32;
config false;
mandatory true;
description
"Number of times since the server last restarted that
a notification was dropped for a subscription because
access to the event type was denied.";
}
container groups {
description
"NETCONF access control groups.";
list group {
key name;
description
"One NACM group entry. This list will only contain
configured entries, not any entries learned from
any transport protocols.";
leaf name {
type group-name-type;
description
"Group name associated with this entry.";
}
leaf-list user-name {
type user-name-type;
38
description
"Each entry identifies the username of
a member of the group associated with
this entry.";
}
}
}
list rule-list {
key name;
ordered-by user;
description
"An ordered collection of access control rules.";
leaf name {
type string {
length "1..max";
}
description
"Arbitrary name assigned to the rule-list.";
}
leaf-list group {
type union {
type matchall-string-type;
type group-name-type;
}
description
"List of administrative groups that will be
assigned the associated access rights
defined by the 'rule' list.
The string '*' indicates that all groups apply to the
entry.";
}
list rule {
key name;
ordered-by user;
description
"One access control rule.
Rules are processed in user-defined order until a match is
found. A rule matches if 'module-name', 'rule-type', and
'access-operations' match the request. If a rule
matches, the 'action' leaf determines whether or not
access is granted.";
leaf name {
type string {
length "1..max";
}
description
"Arbitrary name assigned to the rule.";
}
leaf module-name {
type union {
type matchall-string-type;
type string;
}
default "*";
description
"Name of the module associated with this rule.
This leaf matches if it has the value '*' or if the
39
object being accessed is defined in the module with the
specified module name.";
}
choice rule-type {
description
"This choice matches if all leafs present in the rule
match the request. If no leafs are present, the
choice matches all requests.";
case protocol-operation {
leaf rpc-name {
type union {
type matchall-string-type;
type string;
}
description
"This leaf matches if it has the value '*' or if
its value equals the requested protocol operation
name.";
}
}
case notification {
leaf notification-name {
type union {
type matchall-string-type;
type string;
}
description
"This leaf matches if it has the value '*' or if its
value equals the requested notification name.";
}
}
case data-node {
leaf path {
type node-instance-identifier;
mandatory true;
description
"Data node instance-identifier associated with the
data node, action, or notification controlled by
this rule.
Configuration data or state data
instance-identifiers start with a top-level
data node. A complete instance-identifier is
required for this type of path value.
The special value '/' refers to all possible
datastore contents.";
}
}
}
leaf access-operations {
type union {
type matchall-string-type;
type access-operations-type;
}
default "*";
description
"Access operations associated with this rule.
This leaf matches if it has the value '*' or if the
bit corresponding to the requested operation is set.";
}
40
RFC8341(Network Configuration Access Control Model)の勉強資料。
RFC8341(Network Configuration Access Control Model)の勉強資料。
RFC8341(Network Configuration Access Control Model)の勉強資料。
RFC8341(Network Configuration Access Control Model)の勉強資料。
RFC8341(Network Configuration Access Control Model)の勉強資料。
RFC8341(Network Configuration Access Control Model)の勉強資料。
RFC8341(Network Configuration Access Control Model)の勉強資料。
RFC8341(Network Configuration Access Control Model)の勉強資料。
RFC8341(Network Configuration Access Control Model)の勉強資料。
RFC8341(Network Configuration Access Control Model)の勉強資料。
RFC8341(Network Configuration Access Control Model)の勉強資料。
RFC8341(Network Configuration Access Control Model)の勉強資料。
RFC8341(Network Configuration Access Control Model)の勉強資料。

More Related Content

What's hot

MySQL 5.7 Technical Update (日本語)
MySQL 5.7 Technical Update (日本語)MySQL 5.7 Technical Update (日本語)
MySQL 5.7 Technical Update (日本語)Shinya Sugiyama
 
MySQL 5.6新機能解説@dbtechshowcase2012
MySQL 5.6新機能解説@dbtechshowcase2012MySQL 5.6新機能解説@dbtechshowcase2012
MySQL 5.6新機能解説@dbtechshowcase2012Mikiya Okuno
 
PostgreSQL監査
PostgreSQL監査PostgreSQL監査
PostgreSQL監査Ayumi Ishii
 
Oracle Solaris 11 における システム、ネットワーク、ストレージの仮想化機能
Oracle Solaris 11 における システム、ネットワーク、ストレージの仮想化機能Oracle Solaris 11 における システム、ネットワーク、ストレージの仮想化機能
Oracle Solaris 11 における システム、ネットワーク、ストレージの仮想化機能Kazuyuki Sato
 
2019年度 若手技術者向け講座 DBMSの機能
2019年度 若手技術者向け講座 DBMSの機能2019年度 若手技術者向け講座 DBMSの機能
2019年度 若手技術者向け講座 DBMSの機能keki3
 
Performance Schema @ MySQL Casual #2
Performance Schema @ MySQL Casual #2Performance Schema @ MySQL Casual #2
Performance Schema @ MySQL Casual #2Mikiya Okuno
 
第九回中国地方DB勉強会 in 米子 MySQL 5.7+
第九回中国地方DB勉強会 in 米子 MySQL 5.7+第九回中国地方DB勉強会 in 米子 MySQL 5.7+
第九回中国地方DB勉強会 in 米子 MySQL 5.7+Ryusuke Kajiyama
 
PostgreSQL V9 レプリケーション解説
PostgreSQL V9 レプリケーション解説PostgreSQL V9 レプリケーション解説
PostgreSQL V9 レプリケーション解説Masao Fujii
 
Q4M Microblogcon
Q4M MicroblogconQ4M Microblogcon
Q4M MicroblogconKazuho Oku
 
Oracle GoldenGate Veridata 12cR2 セットアップガイド
Oracle GoldenGate Veridata 12cR2 セットアップガイドOracle GoldenGate Veridata 12cR2 セットアップガイド
Oracle GoldenGate Veridata 12cR2 セットアップガイドオラクルエンジニア通信
 
【第二回 ゼロからはじめる Oracle Solaris 11】02 Solaris 11 を支える最強のファイルシステム ZFS ~ ZFS ファイルシ...
【第二回 ゼロからはじめる Oracle Solaris 11】02 Solaris 11 を支える最強のファイルシステム ZFS ~ ZFS ファイルシ...【第二回 ゼロからはじめる Oracle Solaris 11】02 Solaris 11 を支える最強のファイルシステム ZFS ~ ZFS ファイルシ...
【第二回 ゼロからはじめる Oracle Solaris 11】02 Solaris 11 を支える最強のファイルシステム ZFS ~ ZFS ファイルシ...SolarisJP
 
Oracle GoldenGate for Big Data 12.2 セットアップガイド
Oracle GoldenGate for Big Data 12.2 セットアップガイドOracle GoldenGate for Big Data 12.2 セットアップガイド
Oracle GoldenGate for Big Data 12.2 セットアップガイドオラクルエンジニア通信
 
MySQL最新情報 ※2015年9月5日「第1回 関西DB勉強会」での発表資料
MySQL最新情報 ※2015年9月5日「第1回 関西DB勉強会」での発表資料MySQL最新情報 ※2015年9月5日「第1回 関西DB勉強会」での発表資料
MySQL最新情報 ※2015年9月5日「第1回 関西DB勉強会」での発表資料yoyamasaki
 
低コストな可用性構成を実現するポイント ~ SERACでは実現できない高可用性構成
低コストな可用性構成を実現するポイント ~ SERACでは実現できない高可用性構成低コストな可用性構成を実現するポイント ~ SERACでは実現できない高可用性構成
低コストな可用性構成を実現するポイント ~ SERACでは実現できない高可用性構成オラクルエンジニア通信
 

What's hot (20)

MySQL 5.7 Technical Update (日本語)
MySQL 5.7 Technical Update (日本語)MySQL 5.7 Technical Update (日本語)
MySQL 5.7 Technical Update (日本語)
 
MySQL 5.6新機能解説@dbtechshowcase2012
MySQL 5.6新機能解説@dbtechshowcase2012MySQL 5.6新機能解説@dbtechshowcase2012
MySQL 5.6新機能解説@dbtechshowcase2012
 
PostgreSQL監査
PostgreSQL監査PostgreSQL監査
PostgreSQL監査
 
DataGuard体験記
DataGuard体験記DataGuard体験記
DataGuard体験記
 
Oracle Solaris 11 における システム、ネットワーク、ストレージの仮想化機能
Oracle Solaris 11 における システム、ネットワーク、ストレージの仮想化機能Oracle Solaris 11 における システム、ネットワーク、ストレージの仮想化機能
Oracle Solaris 11 における システム、ネットワーク、ストレージの仮想化機能
 
2019年度 若手技術者向け講座 DBMSの機能
2019年度 若手技術者向け講座 DBMSの機能2019年度 若手技術者向け講座 DBMSの機能
2019年度 若手技術者向け講座 DBMSの機能
 
Java EE8 Report
Java EE8 ReportJava EE8 Report
Java EE8 Report
 
Oracle GoldenGate入門
Oracle GoldenGate入門Oracle GoldenGate入門
Oracle GoldenGate入門
 
Performance Schema @ MySQL Casual #2
Performance Schema @ MySQL Casual #2Performance Schema @ MySQL Casual #2
Performance Schema @ MySQL Casual #2
 
Oracle GoldenGate R12.2 セットアップガイド
Oracle GoldenGate R12.2 セットアップガイドOracle GoldenGate R12.2 セットアップガイド
Oracle GoldenGate R12.2 セットアップガイド
 
第九回中国地方DB勉強会 in 米子 MySQL 5.7+
第九回中国地方DB勉強会 in 米子 MySQL 5.7+第九回中国地方DB勉強会 in 米子 MySQL 5.7+
第九回中国地方DB勉強会 in 米子 MySQL 5.7+
 
PostgreSQL V9 レプリケーション解説
PostgreSQL V9 レプリケーション解説PostgreSQL V9 レプリケーション解説
PostgreSQL V9 レプリケーション解説
 
Q4M Microblogcon
Q4M MicroblogconQ4M Microblogcon
Q4M Microblogcon
 
Oracle GoldenGate Veridata 12cR2 セットアップガイド
Oracle GoldenGate Veridata 12cR2 セットアップガイドOracle GoldenGate Veridata 12cR2 セットアップガイド
Oracle GoldenGate Veridata 12cR2 セットアップガイド
 
【第二回 ゼロからはじめる Oracle Solaris 11】02 Solaris 11 を支える最強のファイルシステム ZFS ~ ZFS ファイルシ...
【第二回 ゼロからはじめる Oracle Solaris 11】02 Solaris 11 を支える最強のファイルシステム ZFS ~ ZFS ファイルシ...【第二回 ゼロからはじめる Oracle Solaris 11】02 Solaris 11 を支える最強のファイルシステム ZFS ~ ZFS ファイルシ...
【第二回 ゼロからはじめる Oracle Solaris 11】02 Solaris 11 を支える最強のファイルシステム ZFS ~ ZFS ファイルシ...
 
Oracle GoldenGate Cloud Serviceユーザーズガイド
Oracle GoldenGate Cloud ServiceユーザーズガイドOracle GoldenGate Cloud Serviceユーザーズガイド
Oracle GoldenGate Cloud Serviceユーザーズガイド
 
Oracle GoldenGate for Big Data 12.2 セットアップガイド
Oracle GoldenGate for Big Data 12.2 セットアップガイドOracle GoldenGate for Big Data 12.2 セットアップガイド
Oracle GoldenGate for Big Data 12.2 セットアップガイド
 
Java 7
Java 7Java 7
Java 7
 
MySQL最新情報 ※2015年9月5日「第1回 関西DB勉強会」での発表資料
MySQL最新情報 ※2015年9月5日「第1回 関西DB勉強会」での発表資料MySQL最新情報 ※2015年9月5日「第1回 関西DB勉強会」での発表資料
MySQL最新情報 ※2015年9月5日「第1回 関西DB勉強会」での発表資料
 
低コストな可用性構成を実現するポイント ~ SERACでは実現できない高可用性構成
低コストな可用性構成を実現するポイント ~ SERACでは実現できない高可用性構成低コストな可用性構成を実現するポイント ~ SERACでは実現できない高可用性構成
低コストな可用性構成を実現するポイント ~ SERACでは実現できない高可用性構成
 

Similar to RFC8341(Network Configuration Access Control Model)の勉強資料。

Css2014 ruo ando_2014-10-23-01
Css2014 ruo ando_2014-10-23-01Css2014 ruo ando_2014-10-23-01
Css2014 ruo ando_2014-10-23-01Ruo Ando
 
Scis2015 ruo ando_2015-01-20-01
Scis2015 ruo ando_2015-01-20-01Scis2015 ruo ando_2015-01-20-01
Scis2015 ruo ando_2015-01-20-01Ruo Ando
 
RFC5717(Partial Lock Remote Procedure Call (RPC) for NETCONF)の勉強資料
RFC5717(Partial Lock Remote Procedure Call (RPC) for NETCONF)の勉強資料RFC5717(Partial Lock Remote Procedure Call (RPC) for NETCONF)の勉強資料
RFC5717(Partial Lock Remote Procedure Call (RPC) for NETCONF)の勉強資料Tetsuya Hasegawa
 
jjugccc2018 app review postmortem
jjugccc2018 app review postmortemjjugccc2018 app review postmortem
jjugccc2018 app review postmortemtamtam180
 
[ウェビナー] Build 2018 アップデート ~ データ プラットフォーム/IoT編 ~
[ウェビナー] Build 2018 アップデート ~ データ プラットフォーム/IoT編 ~[ウェビナー] Build 2018 アップデート ~ データ プラットフォーム/IoT編 ~
[ウェビナー] Build 2018 アップデート ~ データ プラットフォーム/IoT編 ~Naoki (Neo) SATO
 
Osc2017 tokyo spring_soss_sig
Osc2017 tokyo spring_soss_sigOsc2017 tokyo spring_soss_sig
Osc2017 tokyo spring_soss_sigKazuki Omo
 
Statically detecting vulnerability under memory pressure using exhaustive search
Statically detecting vulnerability under memory pressure usingexhaustive searchStatically detecting vulnerability under memory pressure usingexhaustive search
Statically detecting vulnerability under memory pressure using exhaustive searchRuo Ando
 
20031020 「プロセス実行履歴に基づくアクセスポリシー自動生成システム」
20031020 「プロセス実行履歴に基づくアクセスポリシー自動生成システム」20031020 「プロセス実行履歴に基づくアクセスポリシー自動生成システム」
20031020 「プロセス実行履歴に基づくアクセスポリシー自動生成システム」Toshiharu Harada, Ph.D
 
IoT Agents をデバッグする方法 - FIWARE WednesdayWebinars
IoT Agents をデバッグする方法 - FIWARE WednesdayWebinarsIoT Agents をデバッグする方法 - FIWARE WednesdayWebinars
IoT Agents をデバッグする方法 - FIWARE WednesdayWebinarsfisuda
 
企業におけるSpring@日本springユーザー会20090624
企業におけるSpring@日本springユーザー会20090624企業におけるSpring@日本springユーザー会20090624
企業におけるSpring@日本springユーザー会20090624Yusuke Suzuki
 
OpenDaylightを用いた次世代ネットワーク構成管理の考察
OpenDaylightを用いた次世代ネットワーク構成管理の考察OpenDaylightを用いた次世代ネットワーク構成管理の考察
OpenDaylightを用いた次世代ネットワーク構成管理の考察Naoto MATSUMOTO
 
TECH TALK 2021/8/24 Qlik Sense on Windowsのセキュリティ設定とアクセス制御
TECH TALK 2021/8/24 Qlik Sense on Windowsのセキュリティ設定とアクセス制御TECH TALK 2021/8/24 Qlik Sense on Windowsのセキュリティ設定とアクセス制御
TECH TALK 2021/8/24 Qlik Sense on Windowsのセキュリティ設定とアクセス制御QlikPresalesJapan
 
QCon北京2015 sina jpool-微博平台自动化运维实践
QCon北京2015 sina jpool-微博平台自动化运维实践QCon北京2015 sina jpool-微博平台自动化运维实践
QCon北京2015 sina jpool-微博平台自动化运维实践Weibo Corporation
 
複数のセキュアOSのセキュリティポリシー設定の自動生成のための構文主導変換方式の提案と考察
複数のセキュアOSのセキュリティポリシー設定の自動生成のための構文主導変換方式の提案と考察複数のセキュアOSのセキュリティポリシー設定の自動生成のための構文主導変換方式の提案と考察
複数のセキュアOSのセキュリティポリシー設定の自動生成のための構文主導変換方式の提案と考察Ruo Ando
 
AWSのデータベースサービス全体像
AWSのデータベースサービス全体像AWSのデータベースサービス全体像
AWSのデータベースサービス全体像Amazon Web Services Japan
 
SAStruts Seminar In Tripodworks
SAStruts Seminar In TripodworksSAStruts Seminar In Tripodworks
SAStruts Seminar In Tripodworkstripodworks
 
MySQL最新情報
MySQL最新情報MySQL最新情報
MySQL最新情報yoyamasaki
 
Oracle Cloud Infrastructure:2022年6月度サービス・アップデート
Oracle Cloud Infrastructure:2022年6月度サービス・アップデートOracle Cloud Infrastructure:2022年6月度サービス・アップデート
Oracle Cloud Infrastructure:2022年6月度サービス・アップデートオラクルエンジニア通信
 
Azure Functions&Logic Appではじめるサーバレスアプリケーション開発 - 応用編 -
Azure Functions&Logic Appではじめるサーバレスアプリケーション開発 - 応用編 -Azure Functions&Logic Appではじめるサーバレスアプリケーション開発 - 応用編 -
Azure Functions&Logic Appではじめるサーバレスアプリケーション開発 - 応用編 -Yoichi Kawasaki
 

Similar to RFC8341(Network Configuration Access Control Model)の勉強資料。 (20)

Css2014 ruo ando_2014-10-23-01
Css2014 ruo ando_2014-10-23-01Css2014 ruo ando_2014-10-23-01
Css2014 ruo ando_2014-10-23-01
 
Scis2015 ruo ando_2015-01-20-01
Scis2015 ruo ando_2015-01-20-01Scis2015 ruo ando_2015-01-20-01
Scis2015 ruo ando_2015-01-20-01
 
RFC5717(Partial Lock Remote Procedure Call (RPC) for NETCONF)の勉強資料
RFC5717(Partial Lock Remote Procedure Call (RPC) for NETCONF)の勉強資料RFC5717(Partial Lock Remote Procedure Call (RPC) for NETCONF)の勉強資料
RFC5717(Partial Lock Remote Procedure Call (RPC) for NETCONF)の勉強資料
 
jjugccc2018 app review postmortem
jjugccc2018 app review postmortemjjugccc2018 app review postmortem
jjugccc2018 app review postmortem
 
[ウェビナー] Build 2018 アップデート ~ データ プラットフォーム/IoT編 ~
[ウェビナー] Build 2018 アップデート ~ データ プラットフォーム/IoT編 ~[ウェビナー] Build 2018 アップデート ~ データ プラットフォーム/IoT編 ~
[ウェビナー] Build 2018 アップデート ~ データ プラットフォーム/IoT編 ~
 
Osc2017 tokyo spring_soss_sig
Osc2017 tokyo spring_soss_sigOsc2017 tokyo spring_soss_sig
Osc2017 tokyo spring_soss_sig
 
Statically detecting vulnerability under memory pressure using exhaustive search
Statically detecting vulnerability under memory pressure usingexhaustive searchStatically detecting vulnerability under memory pressure usingexhaustive search
Statically detecting vulnerability under memory pressure using exhaustive search
 
20031020 「プロセス実行履歴に基づくアクセスポリシー自動生成システム」
20031020 「プロセス実行履歴に基づくアクセスポリシー自動生成システム」20031020 「プロセス実行履歴に基づくアクセスポリシー自動生成システム」
20031020 「プロセス実行履歴に基づくアクセスポリシー自動生成システム」
 
IoT Agents をデバッグする方法 - FIWARE WednesdayWebinars
IoT Agents をデバッグする方法 - FIWARE WednesdayWebinarsIoT Agents をデバッグする方法 - FIWARE WednesdayWebinars
IoT Agents をデバッグする方法 - FIWARE WednesdayWebinars
 
企業におけるSpring@日本springユーザー会20090624
企業におけるSpring@日本springユーザー会20090624企業におけるSpring@日本springユーザー会20090624
企業におけるSpring@日本springユーザー会20090624
 
OpenDaylightを用いた次世代ネットワーク構成管理の考察
OpenDaylightを用いた次世代ネットワーク構成管理の考察OpenDaylightを用いた次世代ネットワーク構成管理の考察
OpenDaylightを用いた次世代ネットワーク構成管理の考察
 
TECH TALK 2021/8/24 Qlik Sense on Windowsのセキュリティ設定とアクセス制御
TECH TALK 2021/8/24 Qlik Sense on Windowsのセキュリティ設定とアクセス制御TECH TALK 2021/8/24 Qlik Sense on Windowsのセキュリティ設定とアクセス制御
TECH TALK 2021/8/24 Qlik Sense on Windowsのセキュリティ設定とアクセス制御
 
QCon北京2015 sina jpool-微博平台自动化运维实践
QCon北京2015 sina jpool-微博平台自动化运维实践QCon北京2015 sina jpool-微博平台自动化运维实践
QCon北京2015 sina jpool-微博平台自动化运维实践
 
複数のセキュアOSのセキュリティポリシー設定の自動生成のための構文主導変換方式の提案と考察
複数のセキュアOSのセキュリティポリシー設定の自動生成のための構文主導変換方式の提案と考察複数のセキュアOSのセキュリティポリシー設定の自動生成のための構文主導変換方式の提案と考察
複数のセキュアOSのセキュリティポリシー設定の自動生成のための構文主導変換方式の提案と考察
 
AWSのデータベースサービス全体像
AWSのデータベースサービス全体像AWSのデータベースサービス全体像
AWSのデータベースサービス全体像
 
SAStruts Seminar In Tripodworks
SAStruts Seminar In TripodworksSAStruts Seminar In Tripodworks
SAStruts Seminar In Tripodworks
 
超高速な機械学習を Oracle Database で実現!
超高速な機械学習を Oracle Database で実現!超高速な機械学習を Oracle Database で実現!
超高速な機械学習を Oracle Database で実現!
 
MySQL最新情報
MySQL最新情報MySQL最新情報
MySQL最新情報
 
Oracle Cloud Infrastructure:2022年6月度サービス・アップデート
Oracle Cloud Infrastructure:2022年6月度サービス・アップデートOracle Cloud Infrastructure:2022年6月度サービス・アップデート
Oracle Cloud Infrastructure:2022年6月度サービス・アップデート
 
Azure Functions&Logic Appではじめるサーバレスアプリケーション開発 - 応用編 -
Azure Functions&Logic Appではじめるサーバレスアプリケーション開発 - 応用編 -Azure Functions&Logic Appではじめるサーバレスアプリケーション開発 - 応用編 -
Azure Functions&Logic Appではじめるサーバレスアプリケーション開発 - 応用編 -
 

More from Tetsuya Hasegawa

面白いセキュリティツール その2
面白いセキュリティツール その2面白いセキュリティツール その2
面白いセキュリティツール その2Tetsuya Hasegawa
 
RFC7589(NETCONF Protocol over TLS)の勉強資料
RFC7589(NETCONF Protocol over TLS)の勉強資料RFC7589(NETCONF Protocol over TLS)の勉強資料
RFC7589(NETCONF Protocol over TLS)の勉強資料Tetsuya Hasegawa
 
RFC8632(A YANG Data Model for Alarm Management)の勉強資料
RFC8632(A YANG Data Model for Alarm Management)の勉強資料RFC8632(A YANG Data Model for Alarm Management)の勉強資料
RFC8632(A YANG Data Model for Alarm Management)の勉強資料Tetsuya Hasegawa
 
3GPP F1インターフェース(TS38.470-f50)の概要
3GPP F1インターフェース(TS38.470-f50)の概要3GPP F1インターフェース(TS38.470-f50)の概要
3GPP F1インターフェース(TS38.470-f50)の概要Tetsuya Hasegawa
 
SSHパケットの復号ツールを作ろう_v1(Decrypt SSH .pcap File)
SSHパケットの復号ツールを作ろう_v1(Decrypt SSH .pcap File)SSHパケットの復号ツールを作ろう_v1(Decrypt SSH .pcap File)
SSHパケットの復号ツールを作ろう_v1(Decrypt SSH .pcap File)Tetsuya Hasegawa
 
RFC8071(NETCONF Call Home and RESTCONF Call Home)の勉強資料
RFC8071(NETCONF Call Home and RESTCONF Call Home)の勉強資料RFC8071(NETCONF Call Home and RESTCONF Call Home)の勉強資料
RFC8071(NETCONF Call Home and RESTCONF Call Home)の勉強資料Tetsuya Hasegawa
 
RFC6243(With-defaults Capability for NETCONF)の勉強資料
RFC6243(With-defaults Capability for NETCONF)の勉強資料RFC6243(With-defaults Capability for NETCONF)の勉強資料
RFC6243(With-defaults Capability for NETCONF)の勉強資料Tetsuya Hasegawa
 
RFC6241(Network Configuration Protocol (NETCONF))の勉強資料
RFC6241(Network Configuration Protocol (NETCONF))の勉強資料RFC6241(Network Configuration Protocol (NETCONF))の勉強資料
RFC6241(Network Configuration Protocol (NETCONF))の勉強資料Tetsuya Hasegawa
 
RFC5277(NETCONF Event Notifications)の勉強資料
RFC5277(NETCONF Event Notifications)の勉強資料RFC5277(NETCONF Event Notifications)の勉強資料
RFC5277(NETCONF Event Notifications)の勉強資料Tetsuya Hasegawa
 
5Gを含む将来ネットワークにおけるAI活用に関する国際標準化動向
5Gを含む将来ネットワークにおけるAI活用に関する国際標準化動向5Gを含む将来ネットワークにおけるAI活用に関する国際標準化動向
5Gを含む将来ネットワークにおけるAI活用に関する国際標準化動向Tetsuya Hasegawa
 
MCPC第5回イノベーションチャレンジセミナーメモ
MCPC第5回イノベーションチャレンジセミナーメモMCPC第5回イノベーションチャレンジセミナーメモ
MCPC第5回イノベーションチャレンジセミナーメモTetsuya Hasegawa
 
面白いセキュリティツール
面白いセキュリティツール面白いセキュリティツール
面白いセキュリティツールTetsuya Hasegawa
 
3GPP TS 38.300-100まとめ
3GPP TS 38.300-100まとめ3GPP TS 38.300-100まとめ
3GPP TS 38.300-100まとめTetsuya Hasegawa
 
Infer:人工知能を使った静的コードチェック
Infer:人工知能を使った静的コードチェックInfer:人工知能を使った静的コードチェック
Infer:人工知能を使った静的コードチェックTetsuya Hasegawa
 
3GPP TR23.711-e00まとめ
3GPP TR23.711-e00まとめ3GPP TR23.711-e00まとめ
3GPP TR23.711-e00まとめTetsuya Hasegawa
 
3GPP TR38.801-e00まとめ
3GPP TR38.801-e00まとめ3GPP TR38.801-e00まとめ
3GPP TR38.801-e00まとめTetsuya Hasegawa
 
Web applicationpenetrationtest その5
Web applicationpenetrationtest その5Web applicationpenetrationtest その5
Web applicationpenetrationtest その5Tetsuya Hasegawa
 
Web applicationpenetrationtest その4
Web applicationpenetrationtest その4Web applicationpenetrationtest その4
Web applicationpenetrationtest その4Tetsuya Hasegawa
 
Web applicationpenetrationtest その3
Web applicationpenetrationtest その3Web applicationpenetrationtest その3
Web applicationpenetrationtest その3Tetsuya Hasegawa
 

More from Tetsuya Hasegawa (20)

面白いセキュリティツール その2
面白いセキュリティツール その2面白いセキュリティツール その2
面白いセキュリティツール その2
 
RFC7589(NETCONF Protocol over TLS)の勉強資料
RFC7589(NETCONF Protocol over TLS)の勉強資料RFC7589(NETCONF Protocol over TLS)の勉強資料
RFC7589(NETCONF Protocol over TLS)の勉強資料
 
RFC8632(A YANG Data Model for Alarm Management)の勉強資料
RFC8632(A YANG Data Model for Alarm Management)の勉強資料RFC8632(A YANG Data Model for Alarm Management)の勉強資料
RFC8632(A YANG Data Model for Alarm Management)の勉強資料
 
3GPP F1インターフェース(TS38.470-f50)の概要
3GPP F1インターフェース(TS38.470-f50)の概要3GPP F1インターフェース(TS38.470-f50)の概要
3GPP F1インターフェース(TS38.470-f50)の概要
 
SSHパケットの復号ツールを作ろう_v1(Decrypt SSH .pcap File)
SSHパケットの復号ツールを作ろう_v1(Decrypt SSH .pcap File)SSHパケットの復号ツールを作ろう_v1(Decrypt SSH .pcap File)
SSHパケットの復号ツールを作ろう_v1(Decrypt SSH .pcap File)
 
RFC8071(NETCONF Call Home and RESTCONF Call Home)の勉強資料
RFC8071(NETCONF Call Home and RESTCONF Call Home)の勉強資料RFC8071(NETCONF Call Home and RESTCONF Call Home)の勉強資料
RFC8071(NETCONF Call Home and RESTCONF Call Home)の勉強資料
 
RFC6243(With-defaults Capability for NETCONF)の勉強資料
RFC6243(With-defaults Capability for NETCONF)の勉強資料RFC6243(With-defaults Capability for NETCONF)の勉強資料
RFC6243(With-defaults Capability for NETCONF)の勉強資料
 
RFC6241(Network Configuration Protocol (NETCONF))の勉強資料
RFC6241(Network Configuration Protocol (NETCONF))の勉強資料RFC6241(Network Configuration Protocol (NETCONF))の勉強資料
RFC6241(Network Configuration Protocol (NETCONF))の勉強資料
 
RFC5277(NETCONF Event Notifications)の勉強資料
RFC5277(NETCONF Event Notifications)の勉強資料RFC5277(NETCONF Event Notifications)の勉強資料
RFC5277(NETCONF Event Notifications)の勉強資料
 
5Gを含む将来ネットワークにおけるAI活用に関する国際標準化動向
5Gを含む将来ネットワークにおけるAI活用に関する国際標準化動向5Gを含む将来ネットワークにおけるAI活用に関する国際標準化動向
5Gを含む将来ネットワークにおけるAI活用に関する国際標準化動向
 
MCPC第5回イノベーションチャレンジセミナーメモ
MCPC第5回イノベーションチャレンジセミナーメモMCPC第5回イノベーションチャレンジセミナーメモ
MCPC第5回イノベーションチャレンジセミナーメモ
 
RFC5996(IKEv2)第2版
RFC5996(IKEv2)第2版RFC5996(IKEv2)第2版
RFC5996(IKEv2)第2版
 
面白いセキュリティツール
面白いセキュリティツール面白いセキュリティツール
面白いセキュリティツール
 
3GPP TS 38.300-100まとめ
3GPP TS 38.300-100まとめ3GPP TS 38.300-100まとめ
3GPP TS 38.300-100まとめ
 
Infer:人工知能を使った静的コードチェック
Infer:人工知能を使った静的コードチェックInfer:人工知能を使った静的コードチェック
Infer:人工知能を使った静的コードチェック
 
3GPP TR23.711-e00まとめ
3GPP TR23.711-e00まとめ3GPP TR23.711-e00まとめ
3GPP TR23.711-e00まとめ
 
3GPP TR38.801-e00まとめ
3GPP TR38.801-e00まとめ3GPP TR38.801-e00まとめ
3GPP TR38.801-e00まとめ
 
Web applicationpenetrationtest その5
Web applicationpenetrationtest その5Web applicationpenetrationtest その5
Web applicationpenetrationtest その5
 
Web applicationpenetrationtest その4
Web applicationpenetrationtest その4Web applicationpenetrationtest その4
Web applicationpenetrationtest その4
 
Web applicationpenetrationtest その3
Web applicationpenetrationtest その3Web applicationpenetrationtest その3
Web applicationpenetrationtest その3
 

RFC8341(Network Configuration Access Control Model)の勉強資料。

  • 1. RFC8341(Network Configuration Access Control Model)ベースの勉強資料です。 下線、ハイライトは個人的に重要そうなところ。斜体、#はメモ。 原文のMUST/REQUIRED/SHALL/SHOULD/MAY/OPTIONAL等の​RFC2119​用語は原文のまま残しています。  MUST、REQUIRED、SHALL:絶対的な要求事項  MUST NOT:絶対的な禁止事項  SHOULD、RECOMMENDED:慎重に重要性を判断するべき要求事項  SHOULD NOT、NOT RECOMMENDED:慎重に重要性を判断するべき禁止事項  MAY、OPTIONAL:オプション。 間違っていたらコメントをお願いします。 元ネタ(RFC8341) https://tools.ietf.org/html/rfc8341 Errata https://www.rfc-editor.org/errata_search.php?rfc=8341 Network Configuration Access Control Model Abstract The standardization of network configuration interfaces for use with the Network Configuration Protocol (NETCONF) or the RESTCONF protocol requires a structured and secure operating environment that promotes human usability and multi-vendor interoperability. There is a need for standard mechanisms to restrict NETCONF or RESTCONF protocol access for particular users to a preconfigured subset of all available NETCONF or RESTCONF protocol operations and content. This document defines such an access control model. NETCONF, RESTCONFで使用するNetwork Configuration Interfaceの標準には、使いやすさとマルチベンダーの相互運 用性を実現するセキュアな運用環境が必要である。​特定のユーザーのNETCONF, RESTCONFのアクセスを制限するメカニズムが必 要である。本ドキュメントではそのようなアクセス制御モデルを定義する。 This document obsoletes RFC 6536. RFC 6536を廃止する。 Table of Contents Abstract 1 Table of Contents 1 1. Introduction 4 1.1. Terminology 4 1.2. Changes since RFC 6536 5 2. Access Control Design Objectives 7 2.1. Access Control Points 7 2.2. Simplicity 8 2.3. Procedural Interface 8 2.4. Datastore Access 8 2.5. Users and Groups 8 2.6. Maintenance 9 2.7. Configuration Capabilities 9 1
  • 2. 2.8. Identifying Security-Sensitive Content 9 3. NETCONF Access Control Model (NACM) 11 3.1. Overview 11 3.1.1. Features 11 3.1.2. External Dependencies 12 3.1.3. Message Processing Model 12 3.2. Datastore Access 14 3.2.1. Mapping New Datastores to NACM 14 3.2.2. Access Rights 15 3.2.3. RESTCONF Methods 15 3.2.4. <get> and <get-config> Operations 16 3.2.5. <edit-config> Operation 17 3.2.6. <copy-config> Operation 18 3.2.7. <delete-config> Operation 19 3.2.8. <commit> Operation 19 3.2.9. <discard-changes> Operation 19 3.2.10. <kill-session> Operation 19 3.3. Model Components 20 3.3.1. Users 20 3.3.2. Groups 20 3.3.3. Emergency Recovery Session 20 3.3.4. Global Enforcement Controls 21 3.3.4.1. enable-nacm Switch 21 3.3.4.2. read-default Switch 21 3.3.4.3. write-default Switch 21 3.3.4.4. exec-default Switch 22 3.3.4.5. enable-external-groups Switch 22 3.3.5. Access Control Rules 22 3.4. Access Control Enforcement Procedures 23 3.4.1. Initial Operation 23 3.4.2. Session Establishment 24 3.4.3. "access-denied" Error Handling 24 3.4.4. Incoming RPC Message Validation 24 3.4.5. Data Node Access Validation 27 3.4.6. Outgoing <notification> Authorization 29 3.5. Data Model Definitions 31 3.5.1. Data Organization 31 3.5.2. YANG Module 33 4. IANA Considerations 42 5. Security Considerations 43 5.1. NACM Configuration and Monitoring Considerations 44 5.2. General Configuration Issues 45 5.3. Data Model Design Considerations 47 Appendix A. Usage Examples 48 A.1. <groups> Example 48 A.2. Module Rule Example 48 A.3. Protocol Operation Rule Example 49 A.4. Data Node Rule Example 50 2
  • 3. A.5. Notification Rule Example 51 3
  • 4. 1. Introduction The Network Configuration Protocol (NETCONF) and the RESTCONF protocol do not provide any standard mechanisms to restrict the protocol operations and content that each user is authorized to access. NETCONF, RESTCONFは各ユーザーのアクセスが許可されているプロトコルoperation、コンテンツを制限する標準的なメカニ ズムを提供していない。 There is a need for interoperable management of the controlled access to administrator-selected portions of the available NETCONF or RESTCONF content within a particular server. サーバーで利用可能なNETCONF, RESTCONFのコンテンツに対して、管理者が指定したアクセス制御の相互運用可能な管理が必要 である。 This document addresses access control mechanisms for the Operations and Content layers of NETCONF, as defined in [RFC6241]; and RESTCONF, as defined in [RFC8040]. It contains three main sections: 本ドキュメントはNETCONF(RFC6241), RESTCONF(RFC8040)のOperation layerとContent layerへのアクセス制御メ カニズムに対応する。3章で構成される。 1. Access Control Design Objectives 2. NETCONF Access Control Model (NACM) 3. YANG Data Model (ietf-netconf-acm.yang) YANG version 1.1 [RFC7950] adds two new constructs that need special access control handling. The "action" statement is similar to the "rpc" statement, except that it is located within a data node. The "notification" statement can also be located within a data node. YANG version 1.1(RFC7950)はアクセス制御が必要になる新しい構成を追加する。”action”は”rpc”に似ているが、data node内にあることが異なる。”notification”はdata node内に配置することもできる。 1.1. Terminology The following terms are used throughout this document: 本ドキュメントでは以下の用語を使用する。 access control A security feature provided by the server that allows an administrator to restrict access to a subset of all protocol operations and data, based on various criteria. 管理者がプロトコルoperation, dataへのアクセスを制限できるようにするための サーバーが提供するセキュリティ機能。 access control model (ACM) A conceptual model used to configure and monitor the access control procedures desired by the administrator to enforce a particular access control policy. アクセス制御ポリシーを実施するために管理者が所望するアクセス制御を設定、監視す るために使用される概念モデル。 4
  • 5. access control rule The criterion used to determine if a particular access operation will be permitted or denied. 特定のアクセスoperationが許可されるか、拒否されるかを決定sるうために使用され る基準。 access operation How a request attempts to access a conceptual object. One of "none", "read", "create", "delete", "update", or "execute". Requestがオブジェクトへのアクセスを試行する方法。”none”, “read”, “create”, “delete”, “update”, “execute”のいずれか。 data node hierarchy The hierarchy of data nodes that identifies the specific "action" or "notification" node in the datastore. Datastore内の特定の”action”または”notification”を識別するためのdata nodeの階層。 recovery session A special administrative session that is given unlimited NETCONF access and is exempt from all access control enforcement. The mechanism or mechanisms used by a server to control and identify whether or not a session is a recovery session are implementation specific and are outside the scope of this document. 制限無しでNETCONFアクセスが実施でき、全てのアクセス制御が無効化される特別な管 理者セッション。セッションがrecovery sessionであるかどうかを制御、識別する ためにサーバーが使用するメカニズムは実装依存であり、本ドキュメントのスコープ外 である。 write access A shorthand for the "create", "delete", and "update" access operations. “create”, “delete”, “update”の省略形。 1.2. Changes since RFC 6536 The NACM procedures and data model have been updated to support new data modeling capabilities in version 1.1 of the YANG data modeling language. The "action" and "notification" statements can be used within data nodes to define data-model-specific operations and notifications. YANG version 1.1をサポートするためにNACMプロシージャーとデータモデルが更新された。”action”, “notification” をdata node内で使用してデータモデル固有のoperation, notificationを定義できる。 An important use case for these new YANG statements is the increased access control granularity that can be achieved over top-level "rpc" and "notification" statements. The new "action" and "notification" statements are used within data nodes, and access to the action or notification can be restricted to specific instances of these data nodes. 上記の新しいYANG statementの使用例はアクセス制御の細分化である。”action”, “notification”はdata node内で使 用され、”action”, “notification”のアクセスはdata nodeの特定のインスタンスに制限できる。 #要はdata node内に”action”, “notification”を入れることで外部を隠蔽できるような感じのこと。 Support for the RESTCONF protocol has been added. The RESTCONF operations are similar to the NETCONF operations, so a simple mapping to the existing NACM procedures and data model is possible. RESTCONFのサポートが追加された。RESTCONF operationはNETCONF operationに似ているため、既存のNACMプロシー ジャーとデータモデルへの単純なマッピングが可能である。 5
  • 6. The data node access behavior for path matches has been clarified to also include matching descendant nodes of the specified path. パスマッチのdata nodeアクセスの振る舞いは、指定されたパスに一致する子孫ノードも含むように明確化されれた。 The <edit-config> operation access rights behavior has been clarified to indicate that write access is not required for data nodes that are implicitly modified through side effects (such as the evaluation of YANG when-stmts, or data nodes implicitly deleted when creating a data node under a different branch under a YANG choice-stmt). <edit-config>のアクセス権の振る舞いが明確化され、暗黙的に変更されるdata node(when、createで暗黙的に削除される data node)にwrite accessが不要なことが明記された。 The Security Considerations section has been updated to comply with the "YANG module security guidelines" [YANG-SEC]. Note that the YANG module in this document does not define any RPC operations. YANG module security guidelines[​YANG-SEC​]​に準拠するためにSecurity Considerationsが更新された。本ド キュメントのYANG moduleはRPC operationを定義していないことに注意せよ。 6
  • 7. 2. Access Control Design Objectives This section documents the design objectives for the NETCONF access control model presented in Section 3. NETCONFアクセス制御モデルの設計目標について説明する。 2.1. Access Control Points NETCONF allows server implementers to add new custom protocol operations, and the YANG data modeling language supports this feature. These operations can be defined in standard or proprietary YANG modules. NETCONF、YANGによりサーバーの開発者は新しいカスタムプロトコルoperationを追加できる。Operationは標準または独自 のYANG moduleで定義できる。 It is not possible to design an ACM for NETCONF that only focuses on a static set of standard protocol operations defined by NETCONF itself, like some other protocols. Since few assumptions can be made about an arbitrary protocol operation, the NETCONF architectural server components need to be protected at three conceptual control points. NETCONFの標準のプロトコルoperationではACMを設計することはできない。NETCONFアーキテクチャーサーバーコンポーネン トは、​3つの概念的な制御ポイントでプロテクトを実施する必要がある。 These access control points, described in Figure 1, are as follows: 下図で説明されるアクセス制御ポイントは以下である。 ● Protocol operation Permission to invoke specific protocol operations. 特定のプロトコルoperationを呼び出す権限。 ● Datastore Permission to read and/or alter specific data nodes within any datastore. Datastore内の特定のdatanodeの読み取り/変更の権限。 ● Notification Permission to receive specific notification event types. 特定のnotification event typeを受信する権限。 7
  • 8. 2.2. Simplicity There is concern that a complicated ACM will not be widely deployed because it is too hard to use. Configuration of the access control system needs to be as simple as possible. Simple and common tasks need to be easy to configure and require little expertise or domain-specific knowledge. Complex tasks are possible using additional mechanisms that may require additional expertise. 複雑なACMは使いにくいため使用されないという懸念がある。アクセス制御システムの設定は可能な限りシンプルである必要があ る。単純なタスクは設定が簡単で専門知識があまり必要でないことが重要である。追加の専門知識があることでより複雑なタスク が可能となる。 A single set of access control rules ought to be able to control all types of NETCONF protocol operation invocation, all datastore access, and all notification events. アクセス制御ルールの一つは、全タイプのNETCONFプロトコルoperationの呼び出し、datastore、notification event を制御できる必要がある。 Access control ought to be defined with a small and familiar set of permissions, while still allowing full control of datastore access. アクセス制御はdatastoreのフルアクセス制御をしつつ、細かいアクセス許可ができるような定義が必要である。 2.3. Procedural Interface NETCONF uses a Remote Procedure Call (RPC) model and an extensible set of protocol operations. Access control for any possible protocol operation is necessary. NETCONFはRPCモデルと拡張可能なプロトコルoperationを使用する。使用可能なプロトコルoperationのアクセス制御が必要 である。 2.4. Datastore Access It is necessary to control access to specific nodes and subtrees within the datastore, regardless of which protocol operation -- standard or proprietary -- was used to access the datastore. Datastoreへのアクセスに使用されたプロトコルoperation(標準 or 独自)に関係なく​、datastore内の特定のnode, subtreeへのアクセス制御が必要である。 2.5. Users and Groups It is necessary that access control rules for a single user or a configurable group of users can be configured. ユーザー毎またはユーザーグループ毎のアクセス制御ルールを設定できる。 The ACM needs to support the concept of administrative groups, to support the well-established distinction between a root account and other types of less-privileged conceptual user accounts. These groups need to be configurable by the administrator. ACMは管理者グループの概念をサポートする。これは、rootアカウントと他の種類の特権の無いユーザーアカウントを区別するた めである。これらのグループは管理者が設定できる。 8
  • 9. It is necessary that the user-to-group mapping can be delegated to a central server, such as a RADIUS server [RFC2865] [RFC5607]. Since authentication is performed by the transport layer and RADIUS performs authentication and service authorization at the same time, the underlying transport protocol needs to be able to report a set of group names associated with the user to the server. It is necessary that the administrator can disable the usage of these group names within the ACM. ユーザーからグループへのマッピングはRADIUS[RFC2865][RFC5607]等のサーバーに委任できる。​認証はトランスポートレイ ヤによって実施され、RADIUSにより認証とサービス認可を実施するため、トランスポートプロトコルはユーザーに関連付けられ たグループ名をサーバーに報告できる必要がある。管理者はACMにおいて、特定のグループ名の使用を無効にできる。 #ユーザーが所属するグループがわかるということ。 2.6. Maintenance It ought to be possible to disable part or all of the access control model enforcement procedures without deleting any access control rules. アクセス制御ルールを削除することなく、アクセス制御モデルのプロシージャーの一部または全てを無効にすることが可能であ る。 2.7. Configuration Capabilities Suitable configuration and monitoring mechanisms are needed to allow an administrator to easily manage all aspects of the ACM's behavior. A standard data model, suitable for use with the <edit-config> protocol operation, needs to be available for this purpose. 管理者がACMの振る舞いの全てを簡単に管理できるような設定、監視のメカニズムが必要である。そのために、<edit-config> の使用に適した標準のデータモデルが利用可能である。 #edit-configでその辺をうまく実現できるということ。 Access control rules to restrict access operations on specific subtrees within the configuration datastore need to be supported. Datastore内の特定のサブツリーへのアクセスを制限するアクセス制御ルールをサポートする。 2.8. Identifying Security-Sensitive Content One of the most important aspects of the data model documentation, and one of the biggest concerns during deployment, is the identification of security-sensitive content. This applies to protocol operations in NETCONF, not just data and notifications. データモデルのドキュメントの重要なポイントの一つであり、デプロイ時の懸念点の一つはセキュアコンテンツの識別である。こ れはdataとnotificationだけでなく、プロトコルoperationにも適用される。 It is mandatory for security-sensitive objects to be documented in the Security Considerations section of an RFC. This is nice, but it is not good enough, for the following reasons: セキュアなオブジェクトはRFCのSecurity Considerationsでドキュメント化することが必須である。しかし、以下の理由か らそれは十分ではない。 ● This documentation-only approach forces administrators to study the RFC and determine if there are any potential security risks introduced by a new data model. 管理者はRFCを調査し、新しいデータモデルによって導入される潜在的なセキュリティリスクがあるか判断する。 9
  • 10. ● If any security risks are identified, then the administrator must study some more RFC text and determine how to mitigate the security risk(s). セキュリティリスクが特定された場合、管理者はRFCをさらに調べてセキュリティリスクを軽減する方法を決定する。 ● The ACM on each server must be configured to mitigate the security risks, e.g., require privileged access to read or write the specific data identified in the Security Considerations section. 各サーバーのACMはセキュリティリスクを軽減するように設定する。例えば、Security Considerationsに記載さ れた特定のデータをread/writeに特権アカウントとが必要とか。 ● If the ACM is not preconfigured, then there will be a time window of vulnerability after the new data model is loaded and before the new access control rules for that data model are configured, enabled, and debugged. ACMが設定されていない場合、新しいデータモデルが読み込まれた後、そのデータモデルの新しいアクセス制御ルールが 設定、有効化される前に脆弱になるタイミングがある。 Often, the administrator just wants to disable default access to the secure content so that no inadvertent or malicious changes can be made to the server. This allows the default rules to be more lenient, without significantly increasing the security risk. 管理者はセキュリティで保護されたコンテンツへの既定のアクセスを無効化してサーバーにオペミス、悪意のある変更が無いよう にする。これによりセキュリティリスクを軽減し、デフォルトのルールを少なくすることができる。 A data model designer needs to be able to use machine-readable statements to identify content that needs to be protected by default. This will allow client and server tools to automatically identify data-model-specific security risks, by denying access to sensitive data unless the user is explicitly authorized to perform the requested access operation. データモデルの設計者は、デフォルトで保護する必要のあるコンテンツを特定する必要がある。これによりクライアントおよび サーバーツールは、ユーザーが要求されたアクセスを実行することを明示的に許可されない限り、セキュアデータへのアクセスを 拒否することにより、データモデル固有のセキュリティリスクを軽減できる。 #ホワイトリスト方式にしておく感じ。 10
  • 11. 3. NETCONF Access Control Model (NACM) 3.1. Overview This section provides a high-level overview of the access control model structure. It describes the NETCONF protocol message processing model and the conceptual access control requirements within that model. アクセス制御モデルの概要を説明する。NETCONFプロトコルメッセージ処理モデルとそのモデル内の概念的なアクセス制御要件に ついて説明する。 3.1.1. Features The NACM data model provides the following features: NACMデータモデルは以下のfeatureを提供する: ● Independent control of RPC, action, data, and notification access is provided. RPC, action, data, notificationにおけるアクセスの独立した制御が提供される。 ● The concept of an emergency recovery session is supported, but configuration of the server for this purpose is beyond the scope of this document. An emergency recovery session will bypass all access control enforcement, in order to allow it to initialize or repair the NACM configuration. Emergency recovery sessionの概念がサポートされるが、この機能のためのサーバーの実装は本ドキュメントの スコープ外。Emergency recovery sessionはNACM設定を初期化またはリカバリするために全てのアクセス制御を バイパスする。 ● A simple and familiar set of datastore permissions is used. シンプルなdatastoreアクセス権限。 ● Support for YANG security tagging (e.g., a "nacm:default-deny-write" statement) allows default security modes to automatically exclude sensitive data. YANG security tagging(例:”nacm:default-deny-write” statement)により、デフォルトのセキュリティ モードでセキュアデータを自動的に除外できる。 ● Separate default access modes for read, write, and execute permissions are provided. Read/Write/Execure毎にデフォルトのアクセスモードが設定できる。 ● Access control rules are applied to configurable groups of users. アクセス制御ルールはユーザーのグループに適用される。 ● The access control enforcement procedures can be disabled during operation, without deleting any access control rules, in order to debug operational problems. Operationのデバッグができるように、アクセス制御ルールを削除せずにoperation中にアクセス制御プロシー ジャーを無効にすることができる。 ● The number of denied protocol operation requests and denied datastore write requests can be monitored by the client. 拒否されたプロトコルoperation request、datastore書き込み数をクライアントが監視できる。 ● Simple unconstrained YANG instance-identifiers are used to configure access control rules for specific data nodes. YANGインスタンス識別子を使用して特定のdata nodeのアクセス制御ルールを設定する。 11
  • 12. 3.1.2. External Dependencies NETCONF [RFC6241] and RESTCONF [RFC8040] are used for network management purposes within this document. NETCONF, RESTCONFは本ドキュメントのネットワーク管理のために使用される。 The YANG data modeling language [RFC7950] is used to define the data models for use with NETCONF or RESTCONF. YANG is also used to define the data model in this document. YANGはNETCONF, RESTCONFで使用するデータモデルを定義するために使用される。YANGは本ドキュメントのデータモデルの定 義にも使用される。 3.1.3. Message Processing Model The following diagram shows the conceptual message flow model, including the points at which access control is applied during NETCONF message processing. 下図はNETCONFメッセージ処理においてアクセス制御が適用されるポイントを含む、概念的なメッセージフローモデルである。 RESTCONF operations are mapped to the access control model based on the HTTP method and resource class used in the operation. For example, a POST method on a data resource is considered "write data node" access, but a POST method on an operation resource is considered "operation" access. RESTCONF operationではHTTPメソッドとリソースクラスに基づいてアクセス制御モデルにマッピングされる。例えば、デー タリソースのPOSTメソッドは”write data node”アクセスと見なされ、操作リソースのPOSTメソッドは”operation”アクセ スと見なされる。 The new "pre-read data node acc. ctl" boxes in the diagram below refer to group read access as it relates to data node ancestors of an action or notification. As an example, if an action is defined as /interfaces/interface/reset-interface, the group must be authorized to (1) read /interfaces and /interfaces/interface and (2) execute on /interfaces/interface/reset-interface. 下図の”pre-read data node acc. ctl”は、action, notificationの関連するdata nodeのreadアクセスを示してい る。例えばactionが”/interfaces/interface/reset-interface”として定義されている場合、(1)/interfaces、 /interfaces/interfaceのread、(2)/interfaces/interface/reset-interfaceのexecureが必要​である。 12
  • 13. The following high-level sequence of conceptual processing steps is executed for each received <rpc> message, if access control enforcement is enabled: アクセス制御が有効な場合、受信した<rpc>メッセージ毎に以下のシーケンスが実行される。 ● For each active session, access control is applied individually to all <rpc> messages (except <close-session>) received by the server, unless the session is identified as a recovery session. セッションがrecovery sessionでない場合、サーバーが受信する<rpc>メッセージ毎にアクセス制御が適用される。 ただし、<close-session>は除く。 ● If the <action> operation defined in [RFC7950] is invoked, then read access is required for all instances in the hierarchy of data nodes that identifies the specific action in the datastore, and execute access is required for the action node. If the user is not authorized to read all the specified data nodes and execute the action, then the request is rejected with an "access-denied" error. <action>が呼び出された場合、data store内のactionを識別するdata nodeの階層までの全てのインスタンスに readアクセスが必要で、action nodeにはexecuteアクセスが必要である。指定されたdata nodeをreadして actionをexecuteする権限がユーザーに無い場合、requestは”access-denied” errorで拒否される。 ● Otherwise, if the user is not authorized to execute the specified protocol operation, then the request is rejected with an "access-denied" error. それ以外の場合、プロトコルoperationを実行する権限がユーザーに無い場合、”access-denied” errorで requestが拒否される。 13
  • 14. ● If a datastore is accessed by the protocol operation, then the server checks to see if the client is authorized to access the nodes in the datastore. If the user is not authorized to perform the requested access operation on the requested data, then the request is rejected with an "access-denied" error. プロトコルoperationによりdatastoreにアクセスする場合、サーバーはクライアントがdatastoreのnodeへのア クセスが許可されているか確認をする。ユーザーが要求されたnodeへのアクセスが許可されていない場合、request は”access-denied” errorで拒否される。 The following sequence of conceptual processing steps is executed for each generated notification event, if access control enforcement is enabled: アクセス制御が有効な場合、生成されたnotification毎に以下のシーケンスが実行される。 ● Server instrumentation generates a notification for a particular subscription. サーバーは特定のsubscriptionのnotificationを生成する。 ● If the "notification" statement is specified within a data subtree, as specified in [RFC7950], then read access is required for all instances in the hierarchy of data nodes that identifies the specific notification in the datastore, and read access is required for the notification node. If the user is not authorized to read all the specified data nodes and the notification node, then the notification is dropped for that subscription. “notification”がsubtreeの場合、data nodeの全てのインスタンスおよびnotification nodeにreadアクセ スが必要である。ユーザーにそれら全てのreadアクセスが許可されていない場合、そのsubscriptionの notificationは削除される。 ● If the "notification" statement is a top-level statement, the notification access control enforcer checks the notification event type, and if it is one that the user is not authorized to read, then the notification is dropped for that subscription. “notification”がトップレベルの場合、notification event typeをチェックし、ユーザーがreadアクセス許 可されていない場合、そのsubscriptionのnotificationは削除される。 3.2. Datastore Access The same access control rules apply to all datastores that support the NACM -- for example, the candidate configuration datastore or the running configuration datastore. 同じアクセス制御ルールがNACMをサポートする全てのdatastore(例:candidate, running)に適用される。 All conventional configuration datastores and the operational state datastore are controlled by the NACM. Local files, remote files, or datastores accessed via the <url> parameter are not controlled by the NACM. Configuration datastore, operational state datastoreはNACMによって制御される。<url>パラメーターで制御 されるローカルファイル、リモートファイル、datastoreはNACMで制御されない。 3.2.1. Mapping New Datastores to NACM It is possible that new datastores will be defined over time for use with NETCONF. The NACM MAY be applied to other datastores that have similar access rights as defined in the NACM. To apply the NACM to a new datastore, the new datastore specification needs to define how it maps to the NACM CRUDX (Create, Read, Update, Delete, eXec) access rights. It is possible that only a subset of the NACM access rights would be applicable. For example, only retrieval access control would be needed for a read-only datastore. Operations and access rights not supported by the NACM CRUDX model are outside the scope of this document. A datastore does not need to use the NACM, e.g., the datastore specification defines something else or does not use access control. 14
  • 15. NETCONFで使用する新規のdatastoreが定義される可能性がある。NACMはNACMの定義されたアクセス権を他のdatastoreにも 適用できる。NACMを新規のdatastoreに適用する場合、新規のdatastoreの仕様でNACM CRUDX(Create, Read, Update, Delete, eXec)アクセス権のマッピングを定義する必要がある。NACMアクセス権のサブセットのみが適用されてもよい。例え ば、read onlyのdatastoreにはreadのアクセス権のみが必要である。NACM CRUDXモデルでサポートされていない operation、アクセス権は本ドキュメントのスコープ外である。DatastoreはNACMを使用する必要はない。例えば、他の仕様 でアクセス権を定義するか、アクセス制御を使用しないということ。 3.2.2. Access Rights A small set of hard-wired datastore access rights is needed to control access to all possible protocol operations, including vendor extensions to the standard protocol operation set. 標準プロトコルoperationへのベンダ拡張を含む全てのプロトコルoperationへのアクセス制御をするために、データのアクセ ス権が必要である。 The CRUDX model can support all protocol operations: CRUDXモデルは全てのプロトコルoperationをサポートできる。 Create allows the client to add a new data node instance to a datastore. クライアントが新しいdata nodeインスタンスをdatastoreに追加できる。 Read allows the client to read a data node instance from a datastore or receive the notification event type. クライアントがdatastoreからdata nodeインスタンスを読み取るか、notification event typeを 受信できる。 Update allows the client to update an existing data node instance in a datastore. クライアントがdatastore内の既存のdata nodeインスタンスを更新できる。 Delete allows the client to delete a data node instance from a datastore. クライアントがdatastoreからdata nodeインスタンスを削除できる。 eXec allows the client to execute the operation. クライアントがoperationを実行できる。 3.2.3. RESTCONF Methods The RESTCONF protocol utilizes HTTP methods to perform datastore operations, similar to NETCONF. The NACM procedures were originally written for NETCONF protocol operations, so the RESTCONF methods are mapped to NETCONF operations for the purpose of access control processing. The enforcement procedures described within this document apply to both protocols unless explicitly stated otherwise. RESTCONFはNETCONFと同様にHTTPメソッドを使用してdatastore operationを実行する。NACMプロシージャーはNETCONF 用に作成されたため、RESTCONFメソッドがNETCONF operationにマッピングされる。本ドキュメントのプロシージャーは特に 明記のない限り両方のプロトコルに適用される。 The request URI needs to be considered when processing RESTCONF requests on data resources: データリソースでRESTCONF requestを処理する場合、request URIを考慮する必要がある。 ● For HEAD and GET requests, any data nodes that are ancestor nodes of the target resource are considered to be part of the retrieval request for access control 15
  • 16. purposes. HEAD, GETの場合、ターゲットリソースの祖先nodeはアクセス制御において取得するrequestの一部と見なされる。 ● For PUT, PATCH, and DELETE requests, any data nodes that are ancestor nodes of the target resource are not considered to be part of the edit request for access control purposes. The access operation for these nodes is considered to be "none". The edit begins at the target resource. PUT, PATCH, DELETEの場合、ターゲットリソースの祖先nodeはアクセス制御において編集するrequestの一部と見 なされず、アクセスは”none”と見なされる。Editはターゲットリソースに対して実施される。 ● For POST requests on data resources, any data nodes that are specified in the request URI, including the target resource, are not considered to be part of the edit request for access control purposes. The access operation for these nodes is considered to be "none". The edit begins at a child node of the target resource, specified in the message body. POSTの場合、ターゲットリソースを含むURIで指定されたnodeはアクセス制御において編集するrequestの一部と見 なされず、アクセスは”none”と見なされる。Editはmessage bodyで指定されたターゲットリソースのchild node に対して実施される。 Not all RESTCONF methods are subject to access control. The following table specifies how each method is mapped to NETCONF protocol operations. The value "none" indicates that the NACM is not applied at all to the specific RESTCONF method. 全てのRESTCONFメソッドがアクセス制御の対象になるわけではない。以下の表は各メソッドとNETCONFプロトコルoperation のマッピングを示している。”none”はNACMが適用されないことを示している。 Method Resource class NETCONF operation Access operation OPTIONS all none none HEAD all <get>, <get-config> read GET all <get>, <get-config> read POST datastore, data <edit-config> create POST operation specified operation execute PUT data <edit-config> create, update PUT datastore <copy-config> update PATCH data, datastore <edit-config> update DELETE data <edit-config> delete 3.2.4. <get> and <get-config> Operations The NACM access rights are not directly coupled to the <get> and <get-config> protocol operations but apply to all <rpc> operations that would result in a "read" access operation to the target datastore. This section describes how these access rights apply to the specific access operations supported by the <get> and <get-config> protocol operations. NACMアクセス権は<get>, <get-config>に直接組み込まれないが、ターゲットdatastoreへの”read”アクセスをする全ての <rpc>に適用される。 Data nodes to which the client does not have read access are silently omitted, along with any descendants, from the <rpc-reply> message. This is done to allow NETCONF filters for <get> and 16
  • 17. <get-config> to function properly, instead of causing an "access-denied" error because the filter criteria would otherwise include unauthorized read access to some data nodes. For NETCONF filtering purposes, the selection criteria are applied to the subset of nodes that the user is authorized to read, not the entire datastore. クライアントがreadアクセス権を持たないdata nodeは子孫nodeとともに<rpc-reply>から削除される。これは、” access-denied” errorを発生させるのではなく、<get>, <get-config>を適切に処理するためである。​NETCONFフィルタ リングの選択基準はdatastore全体ではなく、ユーザーがread可能なnodeに対して適用される。 3.2.5. <edit-config> Operation The NACM access rights are not directly coupled to the <edit-config> "operation" attribute, although they are similar. Instead, a NACM access right applies to all protocol operations that would result in a particular access operation to the target datastore. This section describes how these access rights apply to the specific access operations supported by the <edit-config> protocol operation. NACMアクセス権は<edit-config>の”operation” attributeに直接組み込まれない。代わりにNACMアクセス権はターゲッ トdatastoreへアクセスする全てのプロトコルoperationに適用される。 If the effective access operation is "none" (i.e., default-operation="none") for a particular data node, then no access control is applied to that data node. This is required to allow access to a subtree within a larger data structure. For example, a user may be authorized to create a new "/interfaces/interface" list entry but not be authorized to create or delete its parent container ("/interfaces"). If the "/interfaces" container already exists in the target datastore, then the effective operation will be "none" for the "/interfaces" node if an "/interfaces/interface" list entry is edited. 特定のdata nodeの有効なアクセスoperationが”none”、つまりdefault-operation=”none”の場合、そのdata nodeへ のアクセス制御は適用されない。 If the protocol operation would result in the creation of a datastore node and the user does not have "create" access permission for that node, the protocol operation is rejected with an "access-denied" error. プロトコルoperationによってdatastore nodeが作成される場合に、ユーザーがそのnodeに対する”create”アクセス権限 を持っていない場合、”access-denied” errorでプロトコルoperationが拒否される。 If the protocol operation would result in the deletion of a datastore node and the user does not have "delete" access permission for that node, the protocol operation is rejected with an "access-denied" error. プロトコルoperationによってdatastore nodeが削除される場合に、ユーザーがそのnodeに対する”delete”アクセス権限 を持っていない場合、”access-denied” errorでプロトコルoperationが拒否される。 If the protocol operation would result in the modification of a datastore node and the user does not have "update" access permission for that node, the protocol operation is rejected with an "access-denied" error. プロトコルoperationによってdatastore nodeが変更される場合に、ユーザーがそのnodeに対する”update”アクセス権限 を持っていない場合、”access-denied” errorでプロトコルoperationが拒否される。 A "merge" or "replace" <edit-config> operation may include data nodes that do not alter portions of the existing datastore. For example, a container or list node may be present for naming purposes but does not actually alter the corresponding datastore node. These unaltered data nodes are ignored by the server and do not require any access rights by the client. 17
  • 18. “merge”, “replace” <edit-config>には既存のdatastoreの一部を変更しないdata nodeが含まれる可能性がある。変 更されないdata nodeはサーバーによって無視され、クライアントのアクセス権を必要としない。 A "merge" <edit-config> operation may include data nodes but not include particular child data nodes that are present in the datastore. These missing data nodes within the scope of a "merge" <edit-config> operation are ignored by the server and do not require any access rights by the client. “merge” <edit-config>には一部の子data nodeを含まない場合がある。”merge” <edit-config>に含まれないdata nodeはdata nodeはサーバーによって無視され、クライアントのアクセス権を必要としない。 The contents of specific restricted datastore nodes MUST NOT be exposed in any <rpc-error> elements within the reply. 制限されたdatastore nodeのコンテンツは<rpc-error>で公開しないこと(MUST NOT)。 An <edit-config> operation may cause data nodes to be implicitly created or deleted as an implicit side effect of a requested operation. For example, a YANG when-stmt expression may evaluate to a different result, causing data nodes to be deleted, or created with default values; or if a data node is created under one branch of a YANG choice-stmt, then all data nodes under the other branches are implicitly removed. No NACM access rights are required on any data nodes that are implicitly changed as a side effect of another allowed operation. <edit-config>により暗黙的にdata nodeが作成、削除される可能性がある(例:デフォルト値のdata nodeが作成される、 choiseで1つのdata nodeが削除された場合に他のdata nodeは削除される)。暗黙的に変更されるdata nodeにはNACMアク セス権を必要としない。 3.2.6. <copy-config> Operation Access control for the <copy-config> protocol operation requires special consideration because the administrator may be replacing the entire target datastore. 管理者がdatastoreの全体を置き換える可能性があるため、<copy-config>のアクセス権には特別な考慮が必要である。 If the source of the <copy-config> protocol operation is the running configuration datastore and the target is the startup configuration datastore, the client is only required to have permission to execute the <copy-config> protocol operation. <copy-config>のソースがrunning datastoreであり、ターゲットがstartup datastoreである場合、クライアントには <copy-config>を実行する権限のみが必要である。 Otherwise: そうでない場合: ● If the source of the <copy-config> operation is a datastore, then data nodes to which the client does not have read access are silently omitted. <copy-config>のソースがdatastoreの場合、クライアントがreadアクセス権を持たないdata nodeは暗黙的に省 略される。 ● If the target of the <copy-config> operation is a datastore, the client needs access to the modified nodes. Specifically: <copy-config>のターゲットがdatastoreの場合、クライアントは変更されるnodeにアクセスする必要がある。具 体的には: ❖ If the protocol operation would result in the creation of a datastore node and the user does not have "create" access permission for that node, the protocol operation is rejected with an "access-denied" error. 18
  • 19. プロトコルoperationによってdatastore nodeが作成される場合に、ユーザーがそのnodeに対する” create”アクセス権限を持っていない場合、”access-denied” errorでプロトコルoperationが拒否さ れる。 ❖ If the protocol operation would result in the deletion of a datastore node and the user does not have "delete" access permission for that node, the protocol operation is rejected with an "access-denied" error. プロトコルoperationによってdatastore nodeが削除される場合に、ユーザーがそのnodeに対する” delete”アクセス権限を持っていない場合、”access-denied” errorでプロトコルoperationが拒否さ れる。 ❖ If the protocol operation would result in the modification of a datastore node and the user does not have "update" access permission for that node, the protocol operation is rejected with an "access-denied" error. プロトコルoperationによってdatastore nodeが変更される場合に、ユーザーがそのnodeに対する” update”アクセス権限を持っていない場合、”access-denied” errorでプロトコルoperationが拒否さ れる。 3.2.7. <delete-config> Operation Access to the <delete-config> protocol operation is denied by default. The "exec-default" leaf does not apply to this protocol operation. Access control rules must be explicitly configured to allow invocation by a non-recovery session. <delete-config>はデフォルトで拒否される。”exec-default” leafはこのプロトコルoperationには適用されない。 Non-recovery sessionによる呼び出しを許容するためには、アクセス制御ルールを明示的に設定する必要がある。 3.2.8. <commit> Operation The server MUST determine the exact nodes in the running configuration datastore that are actually different and only check "create", "update", and "delete" access permissions for this set of nodes, which could be empty. サーバーは関係するnodeの”create”, “update”, “delete”アクセス権限のみをチェックする。 For example, if a session can read the entire datastore but only change one leaf, that session needs to be able to edit and commit that one leaf. 例えばセッションはdata node全てをreadでき、1 leafのみ変更できる場合、そのセッションでは1 leafのみをedit, commitできること。 3.2.9. <discard-changes> Operation The client is only required to have permission to execute the <discard-changes> protocol operation. No datastore permissions are needed. クライアントには<discard-changes>を実行する権限が必要である。Datastoreの権限は不要。 3.2.10. <kill-session> Operation The <kill-session> operation does not directly alter a datastore. However, it allows one session to disrupt another session that is editing a datastore. <kill-session>はdatastoreを直接変更しない。ただし、あるセッションがdatastoreを編集している別のセッションに影 響を与える。 19
  • 20. Access to the <kill-session> protocol operation is denied by default. The "exec-default" leaf does not apply to this protocol operation. Access control rules must be explicitly configured to allow invocation by a non-recovery session. <kill-session>はデフォルトで拒否される。”exec-default” leafは適用されない。Non-recovery sessionによる呼 び出しを許可するためにはアクセス制御ルールを明示的に設定する必要がある。 3.3. Model Components This section defines the conceptual components related to the access control model. アクセス制御モデルに関連する概念的なコンポーネントを定義する。 3.3.1. Users A "user" is the conceptual entity that is associated with the access permissions granted to a particular session. A user is identified by a string that is unique within the server. “user”は特定のセッションに付与されるアクセス権限に関連する概念的なエンティティである。userはサーバー内で一意の文字 列で識別される。 As described in [RFC6241], the username string is derived from the transport layer during session establishment. If the transport layer cannot authenticate the user, the session is terminated. RFC6241にあるusername stringは、セッション確立中にトランスポートレイヤから取得される。トランスポートレイヤが userを認証できない場合、セッションは終了する。 3.3.2. Groups Access to a specific NETCONF protocol operation is granted to a session. The session is associated with a group (i.e., not with a user). NETCONFプロトコルoperationへのアクセスがセッションに許可される。セッションはgroupに関連付けられ、ユーザーには関 連付けられない。 A group is identified by its name. All group names are unique within the server. Groupは名前で識別される。全てのgroup名はサーバー内で一意である。 Access control is applied at the level of groups. A group contains zero or more group members. アクセス制御はgroup単位で適用される。Groupには0以上のgroup memberが含まれる。 A group member is identified by a username string. Group memberはusername stringで識別される。 The same user can be a member of multiple groups. 同じuserは複数のgroupのmemberになることができる。 20
  • 21. 3.3.3. Emergency Recovery Session The server MAY support a recovery session mechanism, which will bypass all access control enforcement. This is useful for restricting initial access and repairing a broken access control configuration. サーバーは全てのアクセス制御をバイパスするrecovery sessionメカニズムをサポートしてもよい(MAY)。これはアクセス 制御の設定を復旧するのに役立つ。 3.3.4. Global Enforcement Controls There are five global controls that are used to help control how access control is enforced. アクセス制御の実施方法を制御する5つのグローバル制御がある。 3.3.4.1. enable-nacm Switch A global "enable-nacm" on/off switch is provided to enable or disable all access control enforcement. When this global switch is set to "true", all requests are checked against the access control rules and only permitted if configured to allow the specific access request. When this global switch is set to "false", all access requests are permitted. 全てのアクセス制御を有効/無効にする”enable-nacm” on/off switchが提供される。 “true” : アクセス制御ルールでチェックされる。 “false” : 全て許可される。 3.3.4.2. read-default Switch An on/off "read-default" switch is provided to enable or disable default access to receive data in replies and notifications. When the "enable-nacm" global switch is set to "true", this global switch is relevant if no matching access control rule is found to explicitly permit or deny read access to the requested datastore data or notification event type. Notificatinとreplyでデータを受信するためのアクセス制御を有効/無効にする”read-default”が提供される。 “enable-nacm” = “true”の場合にdatastore data、notificationに明示的なアクセス制御ルールがない場合にこのグ ローバル制御スイッチが関連する。 When this global switch is set to "permit" and no matching access control rule is found for the datastore read or notification event requested, access is permitted. “permit” : アクセスが許可される。 #ブラックリスト方式 When this global switch is set to "deny" and no matching access control rule is found for the datastore read or notification event requested, access is denied. This means that the requested data is not sent to the client. See step 11 in Section 3.4.5 for details. “deny” : アクセスが拒否される。 #ホワイトリスト方式 3.3.4.3. write-default Switch An on/off "write-default" switch is provided to enable or disable default access to alter configuration data. When the "enable-nacm" global switch is set to "true", this global switch is relevant if no matching access control rule is found to explicitly permit or deny write access to the requested datastore data. 21
  • 22. Config dataを変更するデフォルトのアクセス制御を有効/無効にする”write-default”が提供される。​“enable-nacm” = “true”の場合に要求されたdatastore dataに明示的なアクセス制御ルールがない場合にこのグローバル制御スイッチが関連す る。 When this global switch is set to "permit" and no matching access control rule is found for the datastore write requested, access is permitted. “permit” : アクセスが許可される。 #ブラックリスト方式 When this global switch is set to "deny" and no matching access control rule is found for the datastore write requested, access is denied. See step 12 in Section 3.4.5 for details. “deny” : アクセスが拒否される。 #ホワイトリスト方式 3.3.4.4. exec-default Switch An on/off "exec-default" switch is provided to enable or disable default access to execute protocol operations. When the "enable-nacm" global switch is set to "true", this global switch is relevant if no matching access control rule is found to explicitly permit or deny access to the requested NETCONF protocol operation. プロトコルoperationを実行するデフォルトのアクセス制御を有効/無効にする”exec-default”が提供される。 “enable-nacm” = “true”の場合に要求されたプロトコルoperationに明示的なアクセス制御ルールがない場合にこのグロー バル制御スイッチが関連する。 When this global switch is set to "permit" and no matching access control rule is found for the NETCONF protocol operation requested, access is permitted. “permit” : アクセスが許可される。 #ブラックリスト方式 When this global switch is set to "deny" and no matching access control rule is found for the NETCONF protocol operation requested, access is denied. See step 12 in Section 3.4.4 and step 13 in Section 3.4.5 for details. “deny” : アクセスが拒否される。 #ホワイトリスト方式 3.3.4.5. enable-external-groups Switch When this global switch is set to "true", the group names reported by the transport layer for a session are used together with the locally configured group names to determine the access control rules for the session. “enable-external-groups”が”true”の場合、セッションのトランスポートレイヤで設定されたgroupは、ローカルに設定 されたgroupとともにアクセス制御ルールに使用される。 When this switch is set to "false", the group names reported by the transport layer are ignored by the NACM. “false”の場合、トランスポートレイヤで設定されたgroupはNACMでは無視される。 3.3.5. Access Control Rules There are four types of rules available in the NACM: 22
  • 23. NACMで利用可能な4タイプのルールがある。 Module rule controls access for definitions in a specific YANG module, identified by its name. YANG moduleへのアクセスを制御する。 識別子:YANGモジュール名 Protocol operation rule controls access for a specific protocol operation, identified by its YANG module and name. プロトコルoperationへのアクセスを制御する。 識別子:YANGモジュール名、プロトコルoperation名 Data node rule controls access for a specific data node and its descendants, identified by its path location within the conceptual XML document for the data node. Data nodeとその子孫nodeへのアクセスを制御する。 識別子:Data nodeのXML path Notification rule controls access for a specific notification event type, identified by its YANG module and name. Notification event typeへのアクセスを制御する。 識別子:YANGモジュール名、Notification名 3.4. Access Control Enforcement Procedures There are six separate phases that need to be addressed, four of which are related to the NETCONF message processing model (Section 3.1.3): NACMが関連するフェーズは6つに分けられ、4つはNETCONFメッセージ処理モデル(section 3.1.3)に関連する。 1. Initial operation 2. Session establishment 3. "access-denied" error handling 4. Incoming RPC message validation 5. Data node access validation 6. Outgoing <notification> authorization In addition, the initial startup mode for a NETCONF server, session establishment, and "access-denied" error-handling procedures also need to be considered. NETCONFサーバーのinitial startup mode、Session establishment、”access-denied” error handlingも考慮 する必要がある。 The server MUST use the access control rules in effect at the time it starts processing the message. The same access control rules MUST stay in effect for the processing of the entire message. サーバーはメッセージの処理を開始する時点で有効なアクセス制御ルールを使用する必要がある。同じアクセス制御ルールがメッ セージ全体の処理に対して有効であること(MUST)。 #処理途中で変更されても一貫性が保証されるという感じか。 23
  • 24. 3.4.1. Initial Operation Upon the very first startup of the NETCONF server, the access control configuration will probably not be present. If it isn't, a server MUST NOT allow any write access to any session role except a recovery session. NETCONFサーバーの最初の起動時には、アクセス制御設定が存在しない。そうでない場合、サーバーはrecovery session以外 からのセッションロール(セッションのアクセス制御?)へのwriteアクセスを許可しないこと(MUST NOT)。 #セキュリティ的な理由からかな。 Access rules are enforced any time a request is initiated from a user session. Access control is not enforced for server-initiated access requests, such as the initial load of the running configuration datastore, during bootup. アクセス制御ルールはユーザーセッションからのrequestのたびに適用される。​起動時のrunning datastoreの初期ロード等 のサーバーが起動するためのアクセスにはアクセス制御は適用されない。 3.4.2. Session Establishment The access control model applies specifically to the well-formed XML content transferred between a client and a server after session establishment has been completed and after the <hello> exchange has been successfully completed. アクセス制御モデルはセッション確立後、<hello> exchangeが完了した後、クライアント-サーバー間で送受信されるXMLコン テンツに適用される。 Once session establishment is completed and a user has been authenticated, the transport layer reports the username and a possibly empty set of group names associated with the user to the NETCONF server. The NETCONF server will enforce the access control rules, based on the supplied username, group names, and the configuration data stored on the server. セッションが確立し、ユーザー認証された後、トランスポートレイヤはusernameとユーザーに関連付けされるgroup nameを NETCONFサーバーに渡す。NETCONFサーバーはusername、group name、サーバー内のconfig dataに基づきアクセス制御 ルールを実施する。 3.4.3. "access-denied" Error Handling The "access-denied" error-tag is generated when the access control system denies access to either a request to invoke a protocol operation or a request to perform a particular access operation on the configuration datastore. “access-denied” error-tagはアクセス制御システムがプロトコルoperationを呼び出すrequestまたはdatastoreへの 特定のアクセスを拒否したときに生成される。 A server MUST NOT include any information the client is not allowed to read in any <error-info> elements within the <rpc-error> response. サーバーは、クライアントが<rpc-error>の<error-info>にread拒否された情報を含めないこと(MUST NOT)。 3.4.4. Incoming RPC Message Validation The diagram below shows the basic conceptual structure of the access control processing model for incoming NETCONF <rpc> messages within a server. 下図はサーバー内の受信NETCONF <rpc>メッセージのアクセス制御処理モデルを示している。 24
  • 25. Access control begins with the message dispatcher. アクセス制御はメッセージディスパッチャーから始まる。 After the server validates the <rpc> element and determines the namespace URI and the element name of the protocol operation being requested, the server verifies that the user is authorized to invoke the protocol operation. サーバーが<rpc> elementを検証し、要求されたプロトコルoperationのnamespace URI、element nameを識別した後、 サーバーはユーザーがプロトコルoperationを呼び出す権限を持っているか確認する。 The server MUST separately authorize every protocol operation by following these steps: サーバーは以下の手順に従って全てのプロトコルoperationを個別に認可すること(MUST)。 1. If the "enable-nacm" leaf is set to "false", then the protocol operation is permitted. “enable-nacm” leafが”false”の場合、プロトコルoperationは許可される。 2. If the requesting session is identified as a recovery session, then the protocol operation is permitted. Recovery sessionの場合、プロトコルoperationは許可される。 3. If the requested operation is the NETCONF <close-session> protocol operation, then the protocol operation is permitted. <close-session>の場合、プロトコルoperationは許可される。 4. Check all the "group" entries to see if any of them contain a "user-name" entry that equals the username for the session making the request. If the "enable-external-groups" leaf is "true", add to these groups the set of groups provided by the transport layer. 全ての”group”をチェックし、requestしているセッションのusernameと等しい”user-name”が含まれているか確 認する。”enable-external-groups”が”true”の場合、groupにトランスポートレイヤから渡されたgroupを追加 する。 25
  • 26. 5. If no groups are found, continue with step 10. Groupが見つからない場合、Step 10に進む。 6. Process all rule-list entries, in the order they appear in the configuration. If a rule-list's "group" leaf-list does not match any of the user's groups, proceed to the next rule-list entry. 全てのrule-listを設定の順番に処理する。​Rule-listの”group” leaf-listがuserのgroupのいずれとも一致 しない場合は、次のrule-listに進む。 7. For each rule-list entry found, process all rules, in order, until a rule that matches the requested access operation is found. A rule matches if all of the following criteria are met: 見つかった各rule-listについて、​requestされたアクセスoperationに一致するruleが見つかるまで全てのrule を順番に処理する。以下の条件を全て満たすときruleは一致する。 ○ The rule's "module-name" leaf is "*" or equals the name of the YANG module where the protocol operation is defined. ruleの”module-name”が”*”またはプロトコルoperationが定義されているYANGモジュール名と同じ。 ○ Either (1) the rule does not have a "rule-type" defined or (2) the "rule-type" is "protocol-operation" and the "rpc-name" is "*" or equals the name of the requested protocol operation. (1)ruleに”rule-type”が定義されていないか、(2)”rule-type”が”protocol-operation”かつ” rpc-name”が”*”またはrequestされたプロトコルoperationの名前と同じ。 ○ The rule's "access-operations" leaf has the "exec" bit set or has the special value "*". ruleの”access-operations”に”exec” bitが設定されているか”*”が設定されている。 8. If a matching rule is found, then the "action" leaf is checked. If it is equal to "permit", then the protocol operation is permitted; otherwise, it is denied. 一致するruleが見つかった場合、”action”がチェックされる。”permit”の場合、プロトコルoperationは許可され る。それ以外の場合、拒否される。 9. At this point, no matching rule was found in any rule-list entry. この時点でrule-listに一致するルールが見つからない。 10. If the requested protocol operation is defined in a YANG module advertised in the server capabilities and the "rpc" statement contains a "nacm:default-deny-all" statement, then the protocol operation is denied. 要求されたプロトコルoperationがサーバー capabilityでアドバタイズされたYANGモジュールで定義され、”rpc” に”nacm:default-deny-all”が含まれている場合、プロトコルoperationは拒否される。 11. If the requested protocol operation is the NETCONF <kill-session> or <delete-config>, then the protocol operation is denied. 要求されたプロトコルoperationが<kill-session>, <delete-config>の場合、プロトコルoperationは拒否 される。 12. If the "exec-default" leaf is set to "permit", then permit the protocol operation; otherwise, deny the request. “exec-default”が”permit”の場合、プロトコルoperationは許可される。それ以外の場合は拒否される。 If the user is not authorized to invoke the protocol operation, then an <rpc-error> is generated with the following information: ユーザーがプロトコルoperationの呼び出しを許可されていない場合、以下の<rpc-error>が生成される。 26
  • 27. error-tag access-denied error-path 要求されたプロトコルoperationのpath。 以下は<edit-config>プロトコルoperationの例である。 <error-path xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"> /nc:rpc/nc:edit-config </error-path> If a datastore is accessed, either directly or as a side effect of the protocol operation, then the server MUST intercept the access operation and make sure that the user is authorized to perform the requested access operation on the specified data, as defined in Section 3.4.5. Datastoreにアクセスする場合、サーバーは指定されたdataに対して要求されたアクセスを実行する権限がユーザーにあること を確認すること(MUST)。 3.4.5. Data Node Access Validation If (1) a data node within a datastore is accessed or (2) an action or notification is tied to a data node, then the server MUST ensure that the user is authorized to perform the requested "read", "create", "update", "delete", or "execute" access operation on the specified data node. サーバーは(1)datastoreのdata nodeにアクセスする場合または (2)action, notificationがdata nodeに関連付けら れている場合、サーバーはユーザーがdata nodeに対する適切な”read”, “create”, “update”, “delete”, “execute”の権限を持っていることを確認すること(MUST)。 If an action is requested to be executed, the server MUST ensure that the user is authorized to perform the "execute" access operation on the requested action. Actionが要求された場合、サーバーはユーザーがactionの適切な”execute”の権限を持っていることを確認すること(MUST) 。 If a notification tied to a data node is generated, the server MUST ensure that the user is authorized to perform the "read" access operation on the requested notification. Data nodeに関連するnotificationが生成される場合、サーバーはユーザーがnotificationの適切な”read”の権限を持っ ていることを確認すること(MUST)。 The data node access request is authorized by following these steps: Data nodeのアクセスrequestは以下の手順で認可される。 1. If the "enable-nacm" leaf is set to "false", then the access operation is permitted. “enable-nacm” leafが”false”の場合、プロトコルoperationは許可される。 2. If the requesting session is identified as a recovery session, then the access operation is permitted. Recovery sessionの場合、プロトコルoperationは許可される。 3. Check all the "group" entries to see if any of them contain a "user-name" entry that equals the username for the session making the request. If the "enable-external-groups" leaf is "true", add to these groups the set of groups provided by the transport layer. 全ての”group”をチェックし、requestしているセッションのusernameと等しい”user-name”が含まれているか確 27
  • 28. 認する。”enable-external-groups”が”true”の場合、groupにトランスポートレイヤから渡されたgroupを追加 する。 4. If no groups are found, continue with step 9. Groupが見つからない場合、Step 9に進む。 5. Process all rule-list entries, in the order they appear in the configuration. If a rule-list's "group" leaf-list does not match any of the user's groups, proceed to the next rule-list entry. 全てのrule-listを設定の順番に処理する。​Rule-listの”group” leaf-listがuserのgroupのいずれとも一致 しない場合は、次のrule-listに進む。 6. For each rule-list entry found, process all rules, in order, until a rule that matches the requested access operation is found. A rule matches if all of the following criteria are met: 見つかった各rule-listについて、​requestされたアクセスoperationに一致するruleが見つかるまで全てのrule を順番に処理する。以下の条件を全て満たすときruleは一致する。 ● The rule's "module-name" leaf is "*" or equals the name of the YANG module where the requested data node is defined. ruleの“module-name”が”*”または要求されたdata nodeが定義されたYANGモジュール名と同じ。 ● Either (1) the rule does not have a "rule-type" defined or (2) the "rule-type" is "data-node" and the "path" matches the requested data node, action node, or notification node. A path is considered to match if the requested node is the node specified by the path or is a descendant node of the path. (1)ruleに”rule-type”が定義されていないか、(2)”rule-type”が”​data-node​”かつ”path”が要求さ れたdata node, action node, notification nodeと一致する。要求されたnodeがpathで指定され たnodeであるか、pathの子孫nodeである場合、一致すると見なされる。 ● For a "read" access operation, the rule's "access-operations" leaf has the "read" bit set or has the special value "*". “read”アクセスの場合、ruleの”access-operations”の”read” bitが設定されているか”*”である。 ● For a "create" access operation, the rule's "access-operations" leaf has the "create" bit set or has the special value "*". “create”アクセスの場合、ruleの”access-operations”の”create” bitが設定されているか”*”であ る。 ● For a "delete" access operation, the rule's "access-operations" leaf has the "delete" bit set or has the special value "*". “delete”アクセスの場合、ruleの”access-operations”の”delete” bitが設定されているか”*”であ る。 ● For an "update" access operation, the rule's "access-operations" leaf has the "update" bit set or has the special value "*". “update”アクセスの場合、ruleの”access-operations”の”update” bitが設定されているか”*”であ る。 ● For an "execute" access operation, the rule's "access-operations" leaf has the "exec" bit set or has the special value "*". “execute”アクセスの場合、ruleの”access-operations”の”execute” bitが設定されているか”*” である。 7. If a matching rule is found, then the "action" leaf is checked. If it is equal to "permit", then the data node access is permitted; otherwise, it is denied. For a "read" access operation, "denied" means that the requested data is not returned in the 28
  • 29. reply. 一致するruleが見つかった場合、”action”がチェックされる。”permit”の場合、プロトコルoperationは許可され る。それ以外の場合、拒否される。”read”アクセスの場合、”denied”は要求されたdataが応答で返されないことを 意味する。 8. At this point, no matching rule was found in any rule-list entry. この時点でrule-listに一致するルールが見つからない。 9. For a "read" access operation, if the requested data node is defined in a YANG module advertised in the server capabilities and the data definition statement contains a "nacm:default-deny-all" statement, then the requested data node and all its descendants are not included in the reply. “read”アクセスの場合、要求されたdata nodeに”nacm:default-deny-all”が含まれている場合、要求された data nodeと子孫nodeは応答に含まれない。 10. For a "write" access operation, if the requested data node is defined in a YANG module advertised in the server capabilities and the data definition statement contains a "nacm:default-deny-write" or a "nacm:default-deny-all" statement, then the access request is denied for the data node and all its descendants. “write”アクセスの場合、要求されたdata nodeに”nacm:default-deny-write”または” nacm:default-deny-all”が含まれている場合、要求されたdata nodeと子孫nodeへのアクセスが拒否される。 11. For a "read" access operation, if the "read-default" leaf is set to "permit", then include the requested data node in the reply; otherwise, do not include the requested data node or any of its descendants in the reply. “read”アクセスの場合、”read-default”が”permit”に設定されている場合は要求されたdata nodeを応答に含め る。それ以外の場合は要求されたdata nodeと子孫nodeは応答に含まれない。 12. For a "write" access operation, if the "write-default" leaf is set to "permit", then permit the data node access request; otherwise, deny the request. “write”アクセスの場合、”write-default”が”permit”に設定されている場合は要求されたdata nodeへのアク セスを許可する。それ以外の場合は要求を拒否する。 13. For an "execute" access operation, if the "exec-default" leaf is set to "permit", then permit the request; otherwise, deny the request. “execute”アクセスの場合、”exec-default”が”permit”に設定されている場合は要求を許可する。それ以外の場 合は要求を拒否する。 3.4.6. Outgoing <notification> Authorization Configuration of access control rules specifically for descendant nodes of the notification event type are outside the scope of this document. If the user is authorized to receive the notification event type, then it is also authorized to receive any data it contains. Notification event typeの子孫node専用のアクセス制御ルールの設定は本ドキュメントのスコープ外である。ユーザーが notification event typeの受信を許可されている場合、ユーザーはそれに含まれるdataの受信も許可される。 #Notificationはevent typeでアクセス制御する。 If the notification is specified within a data subtree, as specified in [RFC7950], then read access to the notification is required. Processing continues as described in Section 3.4.5. Notificationがdata subtreeで規定されている場合、notificationにreadアクセスが必要である。 The following figure shows the conceptual message processing model for outgoing <notification> messages. 29
  • 30. 下図は<notification>の概念的なメッセージ処理モデルを示している。 The generation of a notification for a specific subscription [RFC5277] is authorized by following these steps: 特定のsubscriptionへのnotificationの生成は以下の手順で認可される。 1. If the "enable-nacm" leaf is set to "false", then the notification is permitted. “enable-nacm” leafが”false”の場合、プロトコルoperationは許可される。 2. If the session is identified as a recovery session, then the notification is permitted. Recovery sessionの場合、プロトコルoperationは許可される。 3. If the notification is the NETCONF <replayComplete> or <notificationComplete> event type [RFC5277], then the notification is permitted. Notificationが<replayComplete> or <notificationComplete> event typeの場合、notificationは 許可される。 4. Check all the "group" entries to see if any of them contain a "user-name" entry that equals the username for the session making the request. If the "enable-external-groups" leaf is "true", add to these groups the set of groups provided by the transport layer. 全ての”group”をチェックし、requestしているセッションのusernameと等しい”user-name”が含まれているか確 認する。”enable-external-groups”が”true”の場合、groupにトランスポートレイヤから渡されたgroupを追加 する。 5. If no groups are found, continue with step 10. Groupが見つからない場合、Step 10に進む。 6. Process all rule-list entries, in the order they appear in the configuration. If a rule-list's "group" leaf-list does not match any of the user's groups, proceed to the next rule-list entry. 30
  • 31. 全てのrule-listを設定の順番に処理する。​Rule-listの”group” leaf-listがuserのgroupのいずれとも一致 しない場合は、次のrule-listに進む。 7. For each rule-list entry found, process all rules, in order, until a rule that matches the requested access operation is found. A rule matches if all of the following criteria are met: 見つかった各rule-listについて、​requestされたアクセスoperationに一致するruleが見つかるまで全てのrule を順番に処理する。以下の条件を全て満たすときruleは一致する。 ● The rule's "module-name" leaf is "*" or equals the name of the YANG module where the notification is defined. ruleの”module-name”が”*”またはnotificationが定義されたYANGモジュール名と同じ。 ● Either (1) the rule does not have a "rule-type" defined or (2) the "rule-type" is "notification" and the "notification-name" is "*" or equals the name of the notification. (1)ruleに”rule-type”が定義されていないか、(2)”rule-type”が”notification”であり、” notificatin-name”が”*”またはnotification名と等しい。 ● The rule's "access-operations" leaf has the "read" bit set or has the special value "*". ruleの”access-operation”の”read” bitが設定されているか”*”である。 8. If a matching rule is found, then the "action" leaf is checked. If it is equal to "permit", then permit the notification; otherwise, drop the notification for the associated subscription. 一致するruleが見つかった場合、”action”がチェックされる。”permit”の場合はnotificationを許可する。そう でない場合、関連するsubscriptionへのnotificationをdropする。 9. Otherwise, no matching rule was found in any rule-list entry. それ以外の場合、rule-listで一致するruleは無かった。 10. If the requested notification is defined in a YANG module advertised in the server capabilities and the "notification" statement contains a "nacm:default-deny-all" statement, then the notification is dropped for the associated subscription. 要求されたnotificationが”nacm:default-deny-all”を含む場合、関連するsubscriptionへの notificationをdropする。 11. If the "read-default" leaf is set to "permit", then permit the notification; otherwise, drop the notification for the associated subscription. “read-default”が”permit”の場合はnotificationを許可する。そうでない場合、関連するsubscriptionへの notificationをdropする。、 3.5. Data Model Definitions 3.5.1. Data Organization The following diagram highlights the contents and structure of the NACM YANG module. 下図はNACM YANG moduleのcontentと構造を示している。 module: ietf-netconf-acm +--rw nacm +--rw enable-nacm? boolean +--rw read-default? action-type +--rw write-default? action-type 31
  • 32. +--rw exec-default? action-type +--rw enable-external-groups? boolean +--ro denied-operations yang:zero-based-counter32 +--ro denied-data-writes yang:zero-based-counter32 +--ro denied-notifications yang:zero-based-counter32 +--rw groups | +--rw group* [name] | +--rw name group-name-type | +--rw user-name* user-name-type +--rw rule-list* [name] +--rw name string +--rw group* union +--rw rule* [name] +--rw name string +--rw module-name? union +--rw (rule-type)? | +--:(protocol-operation) | | +--rw rpc-name? union | +--:(notification) | | +--rw notification-name? union | +--:(data-node) | +--rw path node-instance-identifier +--rw access-operations? union +--rw action action-type +--rw comment? string Extension statements extension default-deny-write 存在する場合recovery sessionにのみnodeへのwriteアクセスを許可す る。他のユーザーに対しては明示的なアクセス制御ルールが無い限りwriteア クセスを拒否する。 NACM moduleを使用する場合(/nacm/enable-nacmがtrue)の場合に有効 になり、そうでない場合はextensionは無視される。 “default-deny-write”はdata definition statementに存在してよ く(MAY)、それ以外の場合は無視される。 extension default-deny-all 存在する場合recovery sessionにのみnodeへのread, write, executeアクセスを許可する。他のユーザーに対しては明示的なアクセス制御 ルールが無い限りアクセスを拒否する。 NACM moduleを使用する場合(/nacm/enable-nacmがtrue)の場合に有効 になり、そうでない場合はextensionは無視される。 “default-deny-all”はdata definition statement, rpc, notificationに存在してよく(MAY)、それ以外の場合は無視される。 Derived types typedef user-name-type user-name。 typedef matchall-string-type “*”。全ての値を示すために使用される。 typedef access-operations-type アクセスoperationのタイプ。 各bitでcreate, read, update, delete, execのアクセスoperation を示す。 typedef group-name-type ユーザーが割り当てられるgroup名。 typedef action-type Ruleが一致したときのサーバーのアクション。 permit or deny。 typedef node-instance-identifier 特定のdata node, action, notificationのインスタンスを指定する XPath。 32
  • 33. Data definition statements container nacm NACMのパラメーター。 leaf enable-nacm NACMの有効/無効。デフォルト true。 leaf read-default Readのデフォルト。デフォルト permit。 leaf write-default Writeのデフォルト。デフォルト deny。 leaf exec-default Execのデフォルト。デフォルト permit。 leaf enable-external-groups トランスポートレイヤのgroup名を使用するか。​デフォルト true。 leaf denied-operations プロトコルoperationが拒否された回数。 leaf denied-data-writes Datastoreを変更するプロトコルoperationが拒否された回数。 leaf denied-notifications アクセス拒否のためsubscriptionへのnotificationが削除された回数。 container groups NACM group。 list group [name] 1つのNACM groupエントリ。​トランスポートレイヤのgroupは含まない。 leaf name Group name。 leaf-list user-name Groupメンバーのusername。 list rule-list [name] 順序付きのアクセス制御ルールのリスト。 leaf name Rule-listの名前。 leaf-list group ruleで定義されたアクセス権を割り当てるgroup。 list rule 1つのアクセス制御ルール。 leaf name Ruleの名前。 leaf module-name Ruleが適用されるモジュール名。 choice rule-type Leafが存在しない場合は全てのrequestに一致する。 ● case protocol-operation leaf rpc-name プロトコルoperation名。 ● case notification leaf notification-name Notification名。 ● case data-node leaf path Data nodeのXPath。”/”はdatastoreの全てを示す。 leaf access-operations Ruleが適用されるアクセスoperation。 leaf action Ruleが適用される場合に実施されるaction。Permit or deny。 leaf comment アクセス制御ルールの説明。 3.5.2. YANG Module The following YANG module specifies the normative NETCONF content that MUST be supported by the server. 33
  • 34. 以下のYANGモジュールはサーバーがサポートする必要があるNETCONF contentを規定する。 The "ietf-netconf-acm" YANG module imports typedefs from [RFC6991]. “ietf-netconf-acm” YANGモジュールはRFC6991からtypedefをimportする。 <CODE BEGINS> file "ietf-netconf-acm@2018-02-14.yang" module ietf-netconf-acm { namespace "urn:ietf:params:xml:ns:yang:ietf-netconf-acm"; prefix nacm; import ietf-yang-types { prefix yang; } organization "IETF NETCONF (Network Configuration) Working Group"; contact "WG Web: <https://datatracker.ietf.org/wg/netconf/> WG List: <mailto:netconf@ietf.org> Author: Andy Bierman <mailto:andy@yumaworks.com> Author: Martin Bjorklund <mailto:mbj@tail-f.com>"; description "Network Configuration Access Control Model. Copyright (c) 2012 - 2018 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info). This version of this YANG module is part of RFC 8341; see the RFC itself for full legal notices."; revision "2018-02-14" { description "Added support for YANG 1.1 actions and notifications tied to data nodes. Clarified how NACM extensions can be used by other data models."; reference "RFC 8341: Network Configuration Access Control Model"; } revision "2012-02-22" { description "Initial version."; reference "RFC 6536: Network Configuration Protocol (NETCONF) Access Control Model"; } 34
  • 35. /* * Extension statements */ extension default-deny-write { description "Used to indicate that the data model node represents a sensitive security system parameter. If present, the NETCONF server will only allow the designated 'recovery session' to have write access to the node. An explicit access control rule is required for all other users. If the NACM module is used, then it must be enabled (i.e., /nacm/enable-nacm object equals 'true'), or this extension is ignored. The 'default-deny-write' extension MAY appear within a data definition statement. It is ignored otherwise."; } extension default-deny-all { description "Used to indicate that the data model node controls a very sensitive security system parameter. If present, the NETCONF server will only allow the designated 'recovery session' to have read, write, or execute access to the node. An explicit access control rule is required for all other users. If the NACM module is used, then it must be enabled (i.e., /nacm/enable-nacm object equals 'true'), or this extension is ignored. The 'default-deny-all' extension MAY appear within a data definition statement, 'rpc' statement, or 'notification' statement. It is ignored otherwise."; } /* * Derived types */ typedef user-name-type { type string { length "1..max"; } description "General-purpose username string."; } typedef matchall-string-type { type string { pattern '*'; } description "The string containing a single asterisk '*' is used to conceptually represent all possible values for the particular leaf using this data type."; } typedef access-operations-type { type bits { bit create { 35
  • 36. description "Any protocol operation that creates a new data node."; } bit read { description "Any protocol operation or notification that returns the value of a data node."; } bit update { description "Any protocol operation that alters an existing data node."; } bit delete { description "Any protocol operation that removes a data node."; } bit exec { description "Execution access to the specified protocol operation."; } } description "Access operation."; } typedef group-name-type { type string { length "1..max"; pattern '[^*].*'; } description "Name of administrative group to which users can be assigned."; } typedef action-type { type enumeration { enum permit { description "Requested action is permitted."; } enum deny { description "Requested action is denied."; } } description "Action taken by the server when a particular rule matches."; } typedef node-instance-identifier { type yang:xpath1.0; description "Path expression used to represent a special data node, action, or notification instance-identifier string. A node-instance-identifier value is an unrestricted YANG instance-identifier expression. All the same rules as an instance-identifier apply, 36
  • 37. except that predicates for keys are optional. If a key predicate is missing, then the node-instance-identifier represents all possible server instances for that key. This XML Path Language (XPath) expression is evaluated in the following context: o The set of namespace declarations are those in scope on the leaf element where this type is used. o The set of variable bindings contains one variable, 'USER', which contains the name of the user of the current session. o The function library is the core function library, but note that due to the syntax restrictions of an instance-identifier, no functions are allowed. o The context node is the root node in the data tree. The accessible tree includes actions and notifications tied to data nodes."; } /* * Data definition statements */ container nacm { nacm:default-deny-all; description "Parameters for NETCONF access control model."; leaf enable-nacm { type boolean; default "true"; description "Enables or disables all NETCONF access control enforcement. If 'true', then enforcement is enabled. If 'false', then enforcement is disabled."; } leaf read-default { type action-type; default "permit"; description "Controls whether read access is granted if no appropriate rule is found for a particular read request."; } leaf write-default { type action-type; default "deny"; description "Controls whether create, update, or delete access is granted if no appropriate rule is found for a particular write request."; } leaf exec-default { type action-type; default "permit"; 37
  • 38. description "Controls whether exec access is granted if no appropriate rule is found for a particular protocol operation request."; } leaf enable-external-groups { type boolean; default "true"; description "Controls whether the server uses the groups reported by the NETCONF transport layer when it assigns the user to a set of NACM groups. If this leaf has the value 'false', any group names reported by the transport layer are ignored by the server."; } leaf denied-operations { type yang:zero-based-counter32; config false; mandatory true; description "Number of times since the server last restarted that a protocol operation request was denied."; } leaf denied-data-writes { type yang:zero-based-counter32; config false; mandatory true; description "Number of times since the server last restarted that a protocol operation request to alter a configuration datastore was denied."; } leaf denied-notifications { type yang:zero-based-counter32; config false; mandatory true; description "Number of times since the server last restarted that a notification was dropped for a subscription because access to the event type was denied."; } container groups { description "NETCONF access control groups."; list group { key name; description "One NACM group entry. This list will only contain configured entries, not any entries learned from any transport protocols."; leaf name { type group-name-type; description "Group name associated with this entry."; } leaf-list user-name { type user-name-type; 38
  • 39. description "Each entry identifies the username of a member of the group associated with this entry."; } } } list rule-list { key name; ordered-by user; description "An ordered collection of access control rules."; leaf name { type string { length "1..max"; } description "Arbitrary name assigned to the rule-list."; } leaf-list group { type union { type matchall-string-type; type group-name-type; } description "List of administrative groups that will be assigned the associated access rights defined by the 'rule' list. The string '*' indicates that all groups apply to the entry."; } list rule { key name; ordered-by user; description "One access control rule. Rules are processed in user-defined order until a match is found. A rule matches if 'module-name', 'rule-type', and 'access-operations' match the request. If a rule matches, the 'action' leaf determines whether or not access is granted."; leaf name { type string { length "1..max"; } description "Arbitrary name assigned to the rule."; } leaf module-name { type union { type matchall-string-type; type string; } default "*"; description "Name of the module associated with this rule. This leaf matches if it has the value '*' or if the 39
  • 40. object being accessed is defined in the module with the specified module name."; } choice rule-type { description "This choice matches if all leafs present in the rule match the request. If no leafs are present, the choice matches all requests."; case protocol-operation { leaf rpc-name { type union { type matchall-string-type; type string; } description "This leaf matches if it has the value '*' or if its value equals the requested protocol operation name."; } } case notification { leaf notification-name { type union { type matchall-string-type; type string; } description "This leaf matches if it has the value '*' or if its value equals the requested notification name."; } } case data-node { leaf path { type node-instance-identifier; mandatory true; description "Data node instance-identifier associated with the data node, action, or notification controlled by this rule. Configuration data or state data instance-identifiers start with a top-level data node. A complete instance-identifier is required for this type of path value. The special value '/' refers to all possible datastore contents."; } } } leaf access-operations { type union { type matchall-string-type; type access-operations-type; } default "*"; description "Access operations associated with this rule. This leaf matches if it has the value '*' or if the bit corresponding to the requested operation is set."; } 40