Internet-Draft | YANG for TACACS+ over TLS | November 2024 |
Boucadair | Expires 10 May 2025 | [Page] |
This document defines a YANG module for Terminal Access Controller Access-Control System Plus (TACACS+) over TLS 1.3. This modules augments the YANG Data Model for Terminal Access Controller Access-Control System Plus (TACACS+) defined in the RFC 9105 with TLS-related data nodes.¶
This note is to be removed before publishing as an RFC.¶
The latest revision of this draft can be found at https://boucadair.github.io/secure-tacacs-yang/draft-boucadair-opsawg-secure-tacacs-yang.html. Status information for this document may be found at https://datatracker.ietf.org/doc/draft-ietf-opsawg-secure-tacacs-yang/.¶
Discussion of this document takes place on the Operations and Management Area Working Group Working Group mailing list (mailto:opsawg@ietf.org), which is archived at https://mailarchive.ietf.org/arch/browse/opsawg/. Subscribe at https://www.ietf.org/mailman/listinfo/opsawg/.¶
Source for this draft and an issue tracker can be found at https://github.com/boucadair/secure-tacacs-yang.¶
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.¶
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.¶
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."¶
This Internet-Draft will expire on 10 May 2025.¶
Copyright (c) 2024 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License.¶
[RFC9105] defines a YANG module ("ietf-system-tacacs-plus") that augments the System Management data model defined in [RFC7317] for the management of Terminal Access Controller Access-Control System Plus (TACACS+) clients. Typically, the "ietf-system-tacacs-plus" module is used to configure a TACACS+ client on a device to support deployment scenarios with centralized authentication, authorization, and accounting servers.¶
This document defines a YANG module for managing TACACS+ over TLS 1.3 clients [I-D.ietf-opsawg-tacacs-tls13]. The module is designed as an augmentation to the "ietf-system-tacacs-plus" module specified in [RFC9105].¶
Discussion Note: RFC 9105bis or keep the current augment design.¶
The module leverages the TLS structures defined in [I-D.ietf-netconf-tls-client-server]. Concretely, this first version of the specification uses a pruning approach rather that a reuse of the groupings defined in [I-D.ietf-netconf-tls-client-server].¶
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.¶
The meanings of the symbols in the YANG tree diagrams are defined in [RFC8340].¶
The document uses the terms defined in Section 2 of [I-D.ietf-opsawg-tacacs-tls13] and Section 3 of [RFC8907].¶
'client' refers to TLS TACACS+ client, while 'server' refers to TLS TACACS+ server.¶
Note to the RFC Editor: Please update the following:¶
AAAA --> the assigned RFC number for [I-D.ietf-netconf-crypto-types]¶
BBBB --> the assigned RFC number for [I-D.ietf-netconf-trust-anchors]¶
CCCC --> the assigned RFC number for [I-D.ietf-netconf-keystore]¶
FFFF --> the assigned RFC number for [I-D.ietf-netconf-tls-client-server]¶
XXXX --> the assigned RFC number for this document.¶
The module is designed to cover the following key requirements specified in [I-D.ietf-opsawg-tacacs-tls13]:¶
Earlier TLS versions TLS MUST NOT be used.¶
The cipher suites offered or accepted SHOULD be configurable.¶
Implementations MAY support Raw Public Keys and PSK.¶
Implementations MUST support the ability to configure the server's domain name¶
The abstract tree structure is shown below:¶
{::include-fold ./trees/tree-overview.txt}¶
The following data nodes are supported:¶
Defines a set credentials that can be globally provisioned and then referenced under specific servers.¶
Specifies a list of IP address/port numbers that can be used to reach a server instance.¶
A server instance may be identified by an IPv4 address, IPv6 address, or both.¶
One or multiple addresses of the same address family may be provided.¶
The same or distinct port numbers may be used per address family.¶
This container takes precedence over "address" and "port" data nodes defined in [RFC9105].¶
Provides a domain name of the server per Section 3.3 of [I-D.ietf-opsawg-tacacs-tls13].¶
Specifies the identity credentials that the client may present when establishing a connection to a server. Both explicit and reference are supported.¶
Specifies how a client authenticates servers. Both explicit and reference are supported.¶
Controls TLS versions and cipher suites.¶
Providers a set of parameters for testing the aliveness of the server.¶
This module uses types and groupings defined in [RFC6991], [RFC8341], [I-D.ietf-netconf-crypto-types], [I-D.ietf-netconf-trust-anchors], [I-D.ietf-netconf-keystore], and [I-D.ietf-netconf-tls-client-server].¶
The module augments [RFC9105], which is also an augment of [RFC7317].¶
The module also cites [RFC9257], [RFC9258], [RFC9258], and [RFC6520].¶
<CODE BEGINS> file "ietf-system-secure-tacacs@2024-05-23.yang" {::include-fold ./yang/ietf-system-secure-tacacs.yang} <CODE ENDS>¶
This section uses the template described in Section 3.7 of [I-D.ietf-netmod-rfc8407bis].¶
The YANG module specified in this document defines schema for data that is designed to be accessed via network management protocols such as NETCONF [RFC6241] or RESTCONF [RFC8040]. The lowest NETCONF layer is the secure transport layer, and the mandatory-to-implement secure transport is Secure Shell (SSH) [RFC6242]. The lowest RESTCONF layer is HTTPS, and the mandatory-to-implement secure transport is TLS [RFC8446].¶
The Network Configuration Access Control Model (NACM) [RFC8341] provides the means to restrict access for particular NETCONF or RESTCONF users to a preconfigured subset of all available NETCONF or RESTCONF protocol operations and content.¶
There are a number of data nodes defined in this YANG module that are writable/creatable/deletable (i.e., config true, which is the default). These data nodes may be considered sensitive or vulnerable in some network environments. Write operations (e.g., edit-config) and delete operations to these data nodes without proper protection or authentication can have a negative effect on network operations. Specifically, the following subtrees and data nodes have particular sensitivities/vulnerabilities:¶
'xxx': : xxxx.¶
Some of the readable data nodes in this YANG module may be considered sensitive or vulnerable in some network environments. It is thus important to control read access (e.g., via get, get-config, or notification) to these data nodes. Specifically, the following subtrees and data nodes have particular sensitivities/vulnerabilities:¶
'xxx': : xxxx.¶
This YANG module uses groupings from other YANG modules that define nodes that may be considered sensitive or vulnerable in network environments. Refer to Section 5.3 of [I-D.ietf-netconf-tls-client-server] for information as to which nodes may be considered sensitive or vulnerable in network environments.¶
IANA is requested to register the following URI in the "ns" subregistry within the "IETF XML Registry" [RFC3688]:¶
URI: urn:ietf:params:xml:ns:yang:ietf-system-secure-tacacs Registrant Contact: The IESG. XML: N/A; the requested URI is an XML namespace.¶
IANA is requested to register the following YANG module in the "YANG Module Names" registry [RFC6020] within the "YANG Parameters" registry group:¶
Name: ietf-system-secure-tacacs Namespace: urn:ietf:params:xml:ns:yang:ietf-system-secure-tacacs Prefix: secure-tacacs Maintained by IANA? N Reference: RFC XXXX¶
The full tree structure is shown below:¶
{::include-fold ./trees/full-tree.txt}¶
The document leverages data structures defined in [I-D.ietf-netconf-tls-client-server].¶
Thanks to Bo Wu for the review and comments.¶