Re: [Anima] [anima-wg/anima-brski-async-enroll] Definition of new assertion type (agent-proximity) for the voucher (#18)

Kent Watsen <kent+ietf@watsen.net> Wed, 16 June 2021 22:44 UTC

Return-Path: <0100017a16ff590b-6803346f-2ef6-4b19-88bf-3c670e32d5a0-000000@amazonses.watsen.net>
X-Original-To: anima@ietfa.amsl.com
Delivered-To: anima@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 26FC63A0954; Wed, 16 Jun 2021 15:44:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.893
X-Spam-Level:
X-Spam-Status: No, score=-1.893 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_BLOCKED=0.001, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001] 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 kNSq7dDOfLX2; Wed, 16 Jun 2021 15:44:32 -0700 (PDT)
Received: from a48-94.smtp-out.amazonses.com (a48-94.smtp-out.amazonses.com [54.240.48.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7FFBF3A0926; Wed, 16 Jun 2021 15:44:32 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=ug7nbtf4gccmlpwj322ax3p6ow6yfsug; d=amazonses.com; t=1623883471; h=From:Message-Id:Content-Type:Mime-Version:Subject:Date:In-Reply-To:Cc:To:References:Feedback-ID; bh=1SyggUeLOpH3aq+q2guuk1H2VmGN4WCIMfhFs5Obo1c=; b=L5viNIUWqJxBHtxrGyyKsJj5q3DgRkVHsF+j/YA9DiUvkcGW905NB9XU1pHlxVpG b62ghITZ/2tR2N2QIBs83pVCYSyHSHzN5qodX+L6usYExaKSgNrX3RdEmkERRlp0fht BjH3CYT2yxgYgTA/koNQfmkfFkoGGbpWkCtsga30=
From: Kent Watsen <kent+ietf@watsen.net>
Message-ID: <0100017a16ff590b-6803346f-2ef6-4b19-88bf-3c670e32d5a0-000000@email.amazonses.com>
Content-Type: multipart/alternative; boundary="Apple-Mail=_E088290F-809E-4331-95D3-347D99199E00"
Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.100.0.2.22\))
Date: Wed, 16 Jun 2021 22:44:31 +0000
In-Reply-To: <19872.1623779796@localhost>
Cc: "netmod@ietf.org" <netmod@ietf.org>, anima@ietf.org
To: Michael Richardson <mcr+ietf@sandelman.ca>
References: <anima-wg/anima-brski-async-enroll/issues/18@github.com> <19872.1623779796@localhost>
X-Mailer: Apple Mail (2.3654.100.0.2.22)
Feedback-ID: 1.us-east-1.DKmIRZFhhsBhtmFMNikgwZUWVrODEw9qVcPhqJEI2DA=:AmazonSES
X-SES-Outgoing: 2021.06.16-54.240.48.94
Archived-At: <https://mailarchive.ietf.org/arch/msg/anima/ixufLKgGkuXWhvoiJq8dhln6PVM>
Subject: Re: [Anima] [anima-wg/anima-brski-async-enroll] Definition of new assertion type (agent-proximity) for the voucher (#18)
X-BeenThere: anima@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Autonomic Networking Integrated Model and Approach <anima.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/anima>, <mailto:anima-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/anima/>
List-Post: <mailto:anima@ietf.org>
List-Help: <mailto:anima-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/anima>, <mailto:anima-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 16 Jun 2021 22:44:44 -0000

Hi Michael,

>> New assertion type for the voucher necessary for
>> agent-proximity. Likely to enhance the enum in the YANG module for the
>> voucher in [RFC
>> 8366](https://datatracker.ietf.org/doc/html/rfc8366#section-5.3)
> 
> Kent, how do we do add a new enum?
> Does the grouping help us at all?
> We need to do this for both voucher and voucher-request.

Firstly, because it took me quite some time to put this message in context, for everyone else, here’s a link to GitHub Issue #18: https://github.com/anima-wg/anima-brski-async-enroll/issues/18 <https://github.com/anima-wg/anima-brski-async-enroll/issues/18>.

I’m unsure what it is trying to be accomplished but, generally, either an “augment” and a module-revision can be used to add an enum.

K.