Internet-Draft | DRIP Registry EPP Interface | September 2022 |
Wiethuechter, et al. | Expires 31 March 2023 | [Page] |
This document defines extensions to the Extensible Provisioning Protocol (EPP) to support DRIP Entity Tag (DET) and its additional information registration into a DRIP Identity Management Entity (DIME). The Registry is a logically required component of a DIME that handles the various DNS functions for DRIP registration and lookup using DETs.¶
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 31 March 2023.¶
Copyright (c) 2022 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.¶
The Registry is one of the required components in a DIME for it to fulfill the role of registration of DRIP Entity Tags (DETs) of clients. A standardized interface is needed for this to avoid interoperability issues between vendors supporting DRIP and the various logical components of the DIME.¶
Per [drip-detim] the Registry MUST:¶
This document is the definition of this interface and its behavior; specifically between the Registry and a DPA.¶
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.¶
There are a number of common attributes between the various EPP commands under DRIP that has specific encoding rules.¶
Transfer semantics do not apply in DRIP, so there is no mapping defined for the EPP <transfer> command.¶
The mfrCode
field is only used by an MRA when registering with an IRM and holds the ICAO assigned Manufacturer Code for ANSI CTA2063-A Serial Numbers. It has a max of 4 characters.¶
Example:¶
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <extension> <dripRegistry:dripRegistry xmlns:dripRegistry="urn:ietf:params:xml:ns:dripRegistry-1.0"> <dripRegistry:det>2001:0030:00a0:0145:a3ad:1952:0ad0:a69e</dripRegistry:det> <dripRegistry:hi></dripRegistry:hi> <dripRegistry:selfAttestation>Hex of SelfAttestation(Registry)</dripRegistry:selfAttestation> <dripRegistry:raa>10</dripRegistry:raa> <dripRegistry:hda>20</dripRegistry:hda> <dripRegistry:abbreviation>FAA</dripRegistry:abbreviation> <dripRegistry:mfrCode>MFR0</dripRegistry:mfrCode> <dripRegistry:postalInfo type="int"> <dripRegistry:name>Federal Aviation Administration</dripRegistry:name> <dripRegistry:phys_addr> <dripRegistry:street1>Orville Wright Federal Building</dripRegistry:street1> <dripRegistry:street2>800 Independence Avenue SW</dripRegistry:street2> <dripRegistry:city>Washington</dripRegistry:city> <dripRegistry:sp>DC</dripRegistry:sp> <dripRegistry:pc>20591</dripRegistry:pc> <dripRegistry:cc>US</dripRegistry:cc> </dripRegistry:phys_addr> </dripRegistry:postalInfo> <dripRegistry:voice x="1234">1 (866) 835-5322</dripRegistry:voice> <dripRegistry:email>stephen.dickson@faa.gov</dripRegistry:email> </dripRegistry:dripRegistry> </extension>¶
Example:¶
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <extension> <dripOperator:dripOperator xmlns:dripOperator="urn:ietf:params:xml:ns:dripOperator-1.0"> <dripOperator:postalInfo type="int"> <dripOperator:phys_addr> <dripOperator:street1>123 Example Dr.</dripOperator:street1> <dripOperator:street2>Suite 100</dripOperator:street2> <dripOperator:city>Dulles</dripOperator:city> <dripOperator:sp>VA</dripOperator:sp> <dripOperator:pc>20166-6503</dripOperator:pc> <dripOperator:cc>US</dripOperator:cc> </dripOperator:phys_addr> </dripOperator:postalInfo> <dripOperator:part107_acct_name>some_faa_account</dripOperator:part107_acct_name> <dripOperator:rec_flyer_id>123456</dripOperator:rec_flyer_id> <dripOperator:caaId></dripOperator:caaId> <dripOperator:det></dripOperator:det> <dripOperator:hi></dripOperator:hi> <dripOperator:selfAttestation>Hex of SelfAttestation(Operator)</dripOperator:selfAttestation> <dripOperator:attestation>Hex of Attestation(Registry, Operator)</dripOperator:attestation> </dripOperator::dripOperator> </extension>¶
Example:¶
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <extension> <dripSerial:dripSerial xmlns:dripSerial="urn:ietf:params:xml:ns:dripSerial-1.0"> <dripSerial:serial>0000F000000000000000</dripSerial:serial> <dripSerial:det></dripSerial:det> <dripSerial:hi></dripSerial:hi> <dripSerial:selfAttestation>Hex of SelfAttestation(Aircraft)</dripSerial:selfAttestation> <dripSerial:broadcastAttestation>Hex of BroadcastAttestation(Registry, Aircraft)</dripSerial:broadcastAttestation> <dripSerial:manufacturer>Drones R Us</dripSerial:manufacturer> <dripSerial:make>Fast Drone</dripSerial:make> <dripSerial:model>9000</dripSerial:model> <dripSerial:color>White</dripSerial:color> <dripSerial:material>Plastic</dripSerial:material> <dripSerial:weight>12.0</dripSerial:weight> <dripSerial:length>5.0</dripSerial:length> <dripSerial:width>4.0</dripSerial:width> <dripSerial:height>3.0</dripSerial:height> <dripSerial:numRotors>4</dripSerial:numRotors> <dripSerial:propLength>2.0</dripSerial:propLength> <dripSerial:batteryCapacity>5000</dripSerial:batterCapacity> <dripSerial:batteryVoltage>12</dripSerial:batteryVoltage> <dripSerial:batteryWeight>5.2</dripSerial:batteryWeight> <dripSerial:batteryChemistry>Lithium-Ion</dripSerial:batteryChemistry> <dripSerial:takeOffWeight>15</dripSerial:takeOffWeight> <dripSerial:maxTakeOffWeight>25</dripSerial:maxTakeOffWeight> <dripSerial:maxPayloadWeight>10</dripSerial:maxPayloadWeight> <dripSerial:maxFlightTime>15</dripSerial:maxFlightTime> <dripSerial:minOperatingTemp>35</dripSerial:minOperatingTemp> <dripSerial:maxOperatingTemp>90</dripSerial:maxOperatingTemp> <dripSerial:ipRating>55</dripSerial:ipRating> </dripSerial:dripSerial> </extension>¶
Example:¶
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <extension> <dripSession:dripSession xmlns:dripSession="urn:ietf:params:xml:ns:dripSession-1.0"> <dripSession:serial>0000F000000000000000</dripSession:serial> <dripSession:uasId></dripSession:uasId> <dripSession:sessionHi></dripSession:sessionHi> <dripSession:broadcastAttestation>Hex of BroadcastAttestation(Registry, Aircraft)</dripSession:broadcastAttestation> <dripSession:attestationCertificate>Hex of AttestationCertificate(Registry, Operator, Aircraft)</dripSession:attestationCertificate> <dripSession:operationalIntent></dripSession:operationalIntent> <dripSession:operationalIntentSrc>uss.example.com</dripSession:operationalIntentSrc> <dripSession:operatorId>NOP123456</dripSession:operatorId> <dripSession:operatorDet></dripSession:operatorDet> <dripSession:attestation>Hex of Attestation(Operator, Aircraft)</dripSession:attestation> <dripSession:mutualAttestation>Hex of MutualAttestation(Registry, Operator)</dripSession:mutualAttestation> <dripSession:fa3>N1232456</dripSession:fa3> <dripSession:sessionStart>2022-04-09T15:43:13Z</dripSession:sessionStart> <dripSession:sessionEnd>2022-04-09T20:43:13Z</dripSession:sessionEnd> </dripSession:dripSession> </extension>¶
Example:¶
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> <command> <delete> <dripRegistry:delete xmlns:dripRegistry="urn:ietf:params:xml:ns:dripRegistry-1.0"> <dripRegistry:det>2001:0030:00a0:0145:a3ad:1952:0ad0:a69e</dripRegistry:det> </dripRegistry:delete> </delete> <clTRID>DEL-REGIS</clTRID> </command> </epp>¶
Example:¶
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> <command> <delete> <dripOperator:delete xmlns:dripOperator="urn:ietf:params:xml:ns:dripOperator-1.0"> <dripOperator:caaId></dripOperator:caaId> <dripOperator:det></dripOperator:det> </dripOperator:delete> </delete> <clTRID>DEL-OPER</clTRID> </command> </epp>¶
Example:¶
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> <command> <delete> <dripSerial:delete xmlns:dripSerial="urn:ietf:params:xml:ns:dripSerial-1.0"> <dripSerial:serial>0000F000000000000000</dripSerial:serial> </dripSerial:delete> </delete> <clTRID>DEL-AIRCRFT</clTRID> </command> </epp>¶
Example:¶
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> <command> <delete> <dripSession:delete xmlns:dripSession="urn:ietf:params:xml:ns:dripSession-1.0"> <dripSession:uasId></dripSession:uasId> </dripSession:delete> </delete> <clTRID>DEL-SID</clTRID> </command> </epp>¶
Renewal semantics do not apply in DRIP, so there is no mapping defined for the EPP <renew> command.¶
Transfer semantics do not apply in DRIP, so there is no mapping defined for the EPP <transfer> command.¶