Re: [netconf] UserId for authentication in https-notif

Kent Watsen <kent+ietf@watsen.net> Fri, 11 October 2019 22:14 UTC

Return-Path: <0100016dbce32ea3-ea8a4576-f71e-45f2-91dd-ac4d1cae0f86-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 1390A120106 for <netconf@ietfa.amsl.com>; Fri, 11 Oct 2019 15:14:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level:
X-Spam-Status: No, score=-1.897 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, SPF_HELO_NONE=0.001, SPF_NONE=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 Xjo2x4_RZ2va for <netconf@ietfa.amsl.com>; Fri, 11 Oct 2019 15:14:29 -0700 (PDT)
Received: from a8-83.smtp-out.amazonses.com (a8-83.smtp-out.amazonses.com [54.240.8.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A6D37120059 for <netconf@ietf.org>; Fri, 11 Oct 2019 15:14:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=6gbrjpgwjskckoa6a5zn6fwqkn67xbtw; d=amazonses.com; t=1570832068; h=From:Message-Id:Content-Type:Mime-Version:Subject:Date:In-Reply-To:Cc:To:References:Feedback-ID; bh=30vImueCMdYiurZdCUJbhhuZFi/pEIv+rV+wD8U6C5o=; b=WBaYBE2zJhQGI+9RFpx/JRf/PlpPk29ZVWZ8l5cdR+PwoDoXI8RwUbeSmgytn90/ +TETezT8QCWPNRARVJwItEelYkDcAYnHZcE5ezBElA574FSv+2Ja4c+E4mXe+pUESGh uSEzbKEmMl0zh7oMFPV2tSspkUKt7IKV2BIfPdZQ=
From: Kent Watsen <kent+ietf@watsen.net>
Message-ID: <0100016dbce32ea3-ea8a4576-f71e-45f2-91dd-ac4d1cae0f86-000000@email.amazonses.com>
Content-Type: multipart/alternative; boundary="Apple-Mail=_1D48B3E8-222B-4798-AE89-51C4DDFF6FEB"
Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\))
Date: Fri, 11 Oct 2019 22:14:28 +0000
In-Reply-To: <VI1PR0701MB228689F4451F67AC255DEFAFF0970@VI1PR0701MB2286.eurprd07.prod.outlook.com>
Cc: "netconf@ietf.org" <netconf@ietf.org>
To: Balázs Lengyel <balazs.lengyel=40ericsson.com@dmarc.ietf.org>
References: <VI1PR0701MB228689F4451F67AC255DEFAFF0970@VI1PR0701MB2286.eurprd07.prod.outlook.com>
X-Mailer: Apple Mail (2.3445.104.11)
X-SES-Outgoing: 2019.10.11-54.240.8.83
Feedback-ID: 1.us-east-1.DKmIRZFhhsBhtmFMNikgwZUWVrODEw9qVcPhqJEI2DA=:AmazonSES
Archived-At: <https://mailarchive.ietf.org/arch/msg/netconf/KnCEuRNLi7Mj4STFSkX5jQVo4-o>
Subject: Re: [netconf] UserId for authentication in https-notif
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, 11 Oct 2019 22:14:31 -0000

What does Syslog configuration and processing like?  - it seems that this effort could (should?) mimic Syslog...

Note: the client-credentials (client-cert or basic auth) used to log into the remote system (i.e., the receiver) reflect a user that exists on that remote system and hence cannot be used as a local user id.

FWIW, this is new protocol (i.e., not NETCONF or RESTCONF) such that the concept of NACM may not necessarily apply.

Kent // contributor


> On Oct 11, 2019, at 5:43 AM, Balázs Lengyel <balazs.lengyel=40ericsson.com@dmarc.ietf.org> wrote:
> 
> Hello,
> What userId will be used to perform access control on outgoing notifications transferred via https?
>  
> regards Balazs