Network Working Group T. Bruijnzeels Internet-Draft NLnet Labs Obsoletes: 8416 (if approved) T. de Kock Intended status: Best Current Practice RIPE NCC Expires: 3 December 2023 1 June 2023 RPKI Publication Server Best Current Practices draft-timbru-sidrops-publication-server-bcp-00 Abstract This document describes best current practices for operating an RFC 8181 RPKI Publication Server and its rsync and RRDP (RFC 8182) public repositories. Status of This Memo 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 3 December 2023. Copyright Notice Copyright (c) 2023 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. Bruijnzeels & de Kock Expires 3 December 2023 [Page 1] Internet-Draft RPKI Publication Server Operations June 2023 Table of Contents 1. Requirements notation . . . . . . . . . . . . . . . . . . . . 2 2. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2 3. Glossary . . . . . . . . . . . . . . . . . . . . . . . . . . 2 4. Publication Server . . . . . . . . . . . . . . . . . . . . . 3 4.1. Availability . . . . . . . . . . . . . . . . . . . . . . 3 5. RRDP Repository . . . . . . . . . . . . . . . . . . . . . . . 3 5.1. Unique Hostname . . . . . . . . . . . . . . . . . . . . . 4 5.2. Content Delivery Network . . . . . . . . . . . . . . . . 4 5.3. Limit Notification File Size . . . . . . . . . . . . . . 4 5.4. Consistent load-balancing and Notification File Timing . 5 6. Rsync Repository . . . . . . . . . . . . . . . . . . . . . . 5 6.1. Consistent Content . . . . . . . . . . . . . . . . . . . 5 6.2. Deterministic Timestamps . . . . . . . . . . . . . . . . 6 6.3. Load Balancing and Testing . . . . . . . . . . . . . . . 7 7. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . 7 8. Normative References . . . . . . . . . . . . . . . . . . . . 7 Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 8 1. Requirements notation 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. 2. Introduction [RFC8181] describes the RPKI Publication Protocol used between RPKI Certificate Authorities (CAs) and their Publication Repository server. The server is responsible for handling publication requests sent by the CAs, called Publishers in this context, and ensuring that their data is made available to RPKI Relying Parties (RPs) in (public) rsync and RRDP [RFC8182] publication points. In this document, we will describe best current practices based on the operational experience of several implementers and operators. 3. Glossary +====================+=========================================+ | Term | Description | +====================+=========================================+ | Publication Server | [RFC8181] Publication Repository server | +--------------------+-----------------------------------------+ | Publishers | [RFC8181] Publishers (Certificate | Bruijnzeels & de Kock Expires 3 December 2023 [Page 2] Internet-Draft RPKI Publication Server Operations June 2023 | | Authorities) | +--------------------+-----------------------------------------+ | RRDP Repository | Public facing [RFC8182] RRDP repository | +--------------------+-----------------------------------------+ | Rsync Repository | Public facing rsync server | +--------------------+-----------------------------------------+ Table 1 4. Publication Server The Publication Server handles the server side of the [RFC8181] Publication Protocol. The Publication Server generates the content for the public-facing RRDP and Rsync Repositories. It is strongly RECOMMENDED that these functions are separated from serving the repository content. 4.1. Availability The Publication Server and repository content have different demands on their availability and reachability. While the repository content MUST be highly available to any RP worldwide, only publishers need to access the Publication Server. Dependent on the specific setup, this may allow for additional access restrictions in this context. For example, the Publication Server can limit access to known source IP addresses or apply rate limits. If the Publication Server is unavailable for some reason, this will prevent Publishers from publishing any updated RPKI objects. The most immediate impact of this is that the publisher cannot update their ROAs, ASPAs or BGPSec Router Certificates during this outage. Thus, it cannot authorise changes in its routing operations. If the outage persists for a more extended period, then the RPKI manifests and CRLs published will expire, resulting in the RPs rejecting CA publication points. For this reason, the Publication Server MUST be operated in a highly available fashion. Maintenance windows SHOULD be planned and communicated to publishers, so they can avoid - if possible - that changes in published RPKI objects are needed during these windows. 5. RRDP Repository In this section, we will elaborate on the following recommendations: * Use a separate hostname: do not share fate with rsync or the Publication Server. * Use a CDN if possible Bruijnzeels & de Kock Expires 3 December 2023 [Page 3] Internet-Draft RPKI Publication Server Operations June 2023 * Use randomized filenames for Snapshot and Delta Files * Limit the size of the Notification File * Combine deltas to limit the size of the Notification File * Timing of publication of Notification File 5.1. Unique Hostname It is RECOMMENDED that the public RRDP Repository URIs use a hostname different from both the [RFC8181] service_uri used by publishers, and the hostname used in rsync URIs (sia_base). Using a unique hostname will allow the operator to use dedicated infrastructure and/or a Content Delivery Network for its RRDP content without interfering with the other functions. 5.2. Content Delivery Network If possible, it is strongly RECOMMENDED that a Content Delivery Network is used to serve the RRDP content. Care MUST BE taken to ensure that the Notification File is not cached for longer than 1 minute unless the back-end RRDP Repository is unavailable, in which case it is RECOMMENDED that stale files are served. When using a CDN, it will likely cache 404s for files not found on the back-end server. Because of this, the Publication Server SHOULD use randomized, unpredictable paths for Snapshot and Delta Files to avoid the CDN caching such 404s for future updates. Alternatively, the Publication Server can delay writing the notification file for this duration or clear the CDN cache for any new files it publishes. 5.3. Limit Notification File Size The size of the RRDP Notification File can significantly impact RRDP operations. If this file becomes too large, then it can easily result in significant traffic if the RRDP Repository does not use any CDN or in high costs if it does. [RFC8182] stipulated that any deltas that, combined with all more recent delta, will result in the total size of deltas exceeding the snapshot size MUST be excluded to avoid Relying Parties downloading more data than necessary. Bruijnzeels & de Kock Expires 3 December 2023 [Page 4] Internet-Draft RPKI Publication Server Operations June 2023 In addition to the restriction described above, we RECOMMEND that the Notification File size is reduced by removing delta files that have been available for more than 75 minutes. As RP typically refresh their caches every 10 minutes, this will ensure that deltas are available for the vast majority of RPs, while limiting the size of the Notification File. Furthermore, we RECOMMEND that Publication Servers with many, e.g. 1000s of, Publishers ensure they do not produce Delta Files more frequently than once per minute. A possible approach for this is that the Publication Server SHOULD publish changes at a regular (one- minute) interval. The Publication Server then publishes the updates received from all Publishers in this interval in a single RRDP Delta File. 5.4. Consistent load-balancing and Notification File Timing Notification Files MUST NOT be available to RPs before the referenced snapshot and delta files are available. As a result, when using a load-balancing setup, care SHOULD be taken to ensure that RPs that make multiple subsequent requests receive content from the same node. This way, clients view the timeline on one node where the referenced snapshot and delta files are available. Alternatively, publication infrastructure SHOULD ensure a particular ordering of the visibility of the snapshot plus delta and notification file. All nodes should receive the new snapshot and delta files before any node receives the new notification file. 6. Rsync Repository In this section, we will elaborate on the following recommendations: * Use symlinks to provide consistent content * Use deterministic timestamps for files * Load balancing and testing 6.1. Consistent Content A naive implementation of the Rsync Repository can change the repository content while RPs transfer files. Even when the repository is consistent from the repository server's point of view, clients may read an inconsistent set of files. Clients may get a combination of newer and older files. This "phantom read" can lead to unpredictable and unreliable results. While modern RPs will treat such inconsistencies as a "Failed Fetch" ([RFC9286]), it is best to avoid this situation since a failed fetch for one repository can cause the rejection of the publication point for a sub-CA when Bruijnzeels & de Kock Expires 3 December 2023 [Page 5] Internet-Draft RPKI Publication Server Operations June 2023 resources change. One way to ensure that rsyncd serves connected clients (RPs) with a consistent view of the repository is by configuring the rsyncd 'module' path to a path that contains a symlink that the repository- writing process updates for every repository publication. Whenever there is an update: * write the complete updated repository into a new directory * fix the timestamps of files (see next section) * change the symlink to point to the new directory This way, rsyncd does not need to restart, and since rsyncd resolves this symlink when it chdirs into the module directory when a client connects, any connected RPs will be able to read a consistent state. The repository can remove old directories when no RP fetching at a reasonable rate is reading that data. It's hard to determine this in practice. Empirical data suggests that Rsync Repositories MAY assume that it is safe to do so after one hour. We recommend repository operators monitor for "file has vanished" lines in the rsync log file to detect how many clients are affected by these deletions. 6.2. Deterministic Timestamps By default, rsyncd uses the modification time and file size to determine if a file has changed. Therefore, the modification time SHOULD not change for files that did not change in content. We RECOMMEND the following deterministic heuristics for objects' timestamps when written to disk. These heuristics assume that a CA is compliant with [RFC9286] and uses "one-time-use" EE certificates: * For CRLs, use the value of "this update". * For manifests, use the value of "this update". Note that "signing time" could, in theory, be a more accurate value for this, but since this attribute is optional, it cannot be assumed to be present. A preference for "signing time" with a fallback to "not before" can result in inconsistencies between a manifest and its corresponding CRL. * For RPKI Signed Objects, use "not before" from the embedded EE Certificate. * For CA and BGPSec Router Certificates, use "not before" * For directories, use any constant value. Bruijnzeels & de Kock Expires 3 December 2023 [Page 6] Internet-Draft RPKI Publication Server Operations June 2023 6.3. Load Balancing and Testing It is RECOMMENDED that the Rsync Repository is load tested to ensure that it can handle the requests by all RPs in case they need to fall back from using RRDP (as is currently preferred). Because Rsync exchanges rely on sessions over TCP, there is no need for consistent load-balancing between multiple rsyncd servers as long as they (1) each provide a consistent view and (2) are updated more frequently than the typical refresh rate for rsync repositories used by RPs. We RECOMMEND serving rsync repositories from local storage so the host operating system can optimally use its I/O cache. Using network storage is NOT RECOMMENDED because it may not benefit from this cache. For example, the operating system cannot cache stat operations to list the repository content if NFS is used. We RECOMMENDED setting the "max connections" to a value that a single node can handle within the time an RP allows for rsync to fetch data and re-evaluate as the repository changes in size over time. The number of rsyncd servers needed depends on the number of RPs, their refresh rate, and the "max connections" used. These values are subject to change over time, so we cannot give clear recommendations here except to restate that we RECOMMEND load-testing rsync and re- evaluating these parameters over time. 7. Acknowledgements This document is the result of many informal discussions between implementers. Proper acknowledgements will follow. 8. Normative References [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, March 1997, . [RFC8174] Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, May 2017, . [RFC8181] Weiler, S., Sonalker, A., and R. Austein, "A Publication Protocol for the Resource Public Key Infrastructure (RPKI)", RFC 8181, DOI 10.17487/RFC8181, July 2017, . Bruijnzeels & de Kock Expires 3 December 2023 [Page 7] Internet-Draft RPKI Publication Server Operations June 2023 [RFC8182] Bruijnzeels, T., Muravskiy, O., Weber, B., and R. Austein, "The RPKI Repository Delta Protocol (RRDP)", RFC 8182, DOI 10.17487/RFC8182, July 2017, . [RFC9286] Austein, R., Huston, G., Kent, S., and M. Lepinski, "Manifests for the Resource Public Key Infrastructure (RPKI)", RFC 9286, DOI 10.17487/RFC9286, June 2022, . Authors' Addresses Tim Bruijnzeels NLnet Labs Email: tim@nlnetlabs.nl URI: https://www.nlnetlabs.nl/ Ties de Kock RIPE NCC Email: tdekock@ripe.net Bruijnzeels & de Kock Expires 3 December 2023 [Page 8]