Re: [netconf] ietf crypto types - permanently hidden

Kent Watsen <kent+ietf@watsen.net> Fri, 03 May 2019 16:23 UTC

Return-Path: <0100016a7e822689-e6fdbdbe-ba84-43e1-aefe-47196fe692e3-000000@amazonses.watsen.net>
X-Original-To: netconf@ietfa.amsl.com
Delivered-To: netconf@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 32D3F1200EF for <netconf@ietfa.amsl.com>; Fri, 3 May 2019 09:23:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=amazonses.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0Tmhiist6OcS for <netconf@ietfa.amsl.com>; Fri, 3 May 2019 09:23:41 -0700 (PDT)
Received: from a8-96.smtp-out.amazonses.com (a8-96.smtp-out.amazonses.com [54.240.8.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6E9BF1200E3 for <netconf@ietf.org>; Fri, 3 May 2019 09:23:41 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=6gbrjpgwjskckoa6a5zn6fwqkn67xbtw; d=amazonses.com; t=1556900620; h=From:Content-Type:Mime-Version:Subject:Date:References:To:In-Reply-To:Message-Id:Feedback-ID; bh=IFzfvZ2Yhw4IWFHjDYiwoKUwjphWZ90LqAWVB5oNZIk=; b=Q1pCar3SoXCdVKSHJ7Lpg67ZdBKZCQarodqJZWwz24e2P6nwyWahmv/BSeMKwuJ6 QaB0AlctHyWsmMnQKvfdIWrzPEtLs1LjJ0ySpBNEe1Ja64zlLY2Tf5N5Tz/QQVXLNF2 NbmXx0FwAOgtVRndbPw0SEGfnw/JwEGClO9UNxak=
From: Kent Watsen <kent+ietf@watsen.net>
Content-Type: multipart/alternative; boundary="Apple-Mail=_FB52849F-CC35-44AF-A795-66254099705F"
Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\))
Date: Fri, 03 May 2019 16:23:40 +0000
References: <e30aa60f31ba40e8abc9cfaeffad7802@XCH-RCD-007.cisco.com> <20190503.084757.791827158808672980.mbj@tail-f.com> <3208a877354745fa85188b81a3d8aa24@XCH-RCD-007.cisco.com> <20190503.133743.1149689382943153005.mbj@tail-f.com> <0100016a7e7a9e54-d4987061-96d8-49f3-a2bf-36b98851b3a3-000000@email.amazonses.com>
To: "netconf@ietf.org" <netconf@ietf.org>
In-Reply-To: <0100016a7e7a9e54-d4987061-96d8-49f3-a2bf-36b98851b3a3-000000@email.amazonses.com>
Message-ID: <0100016a7e822689-e6fdbdbe-ba84-43e1-aefe-47196fe692e3-000000@email.amazonses.com>
X-Mailer: Apple Mail (2.3445.102.3)
X-SES-Outgoing: 2019.05.03-54.240.8.96
Feedback-ID: 1.us-east-1.DKmIRZFhhsBhtmFMNikgwZUWVrODEw9qVcPhqJEI2DA=:AmazonSES
Archived-At: <https://mailarchive.ietf.org/arch/msg/netconf/zEwLRp52QT03nFPcJXwZTYJngrE>
Subject: Re: [netconf] ietf crypto types - permanently hidden
X-BeenThere: netconf@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: NETCONF WG list <netconf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/netconf>, <mailto:netconf-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/netconf/>
List-Post: <mailto:netconf@ietf.org>
List-Help: <mailto:netconf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/netconf>, <mailto:netconf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 03 May 2019 16:23:43 -0000

I had an idea last night that might inch us closer to a solution.  

Essentially, the generate/install-key operations always populate <operational>, even for keys that are not-hidden, but then a follow-up operation (something like <copy-config>) replicates the not-hidden key in <operational> to <running>.    Two options:

1) A regular-access admin executes the actions to generate the key, get a CSR, configure a resulting signed certificate, etc. and then, as a second step later in time, a special-access admin replicates the key to <running> (perhaps using standard <get-confg> and <edit-config>), so that it can be included in a standard backup and restored to *any* device (since this key is "not-hidden", it isn't encrypted with a device-specific key and hence can be migrated).

2) A regular-access admin executes the actions to generate the key, get a CSR, configure a resulting signed certificate, etc. and then, as a second step (ideally immediately after), the regular-access admin executes a command like <copy-config>, but rather than copying the entire datastore, it just copies a subtree.   

Neither option seems great.  #1 is unappealing being it necessitates coordination between clients.  #2 is unappealing because defining a generic operation for this special case seems too much.   

IMO, allowing <generate-key> to create the configuration directly is the only client-friendly answer.


Kent // contributor