Re: [netconf] Latest ietf-netconf-server draft and related modules

Kent Watsen <kent+ietf@watsen.net> Fri, 23 April 2021 22:36 UTC

Return-Path: <0100017900e0ce87-063b8731-0103-46f4-988a-126d9e715742-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 2DABA3A1264 for <netconf@ietfa.amsl.com>; Fri, 23 Apr 2021 15:36:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.918
X-Spam-Level:
X-Spam-Status: No, score=-1.918 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, 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 mCkcachJInr1 for <netconf@ietfa.amsl.com>; Fri, 23 Apr 2021 15:36:45 -0700 (PDT)
Received: from a48-110.smtp-out.amazonses.com (a48-110.smtp-out.amazonses.com [54.240.48.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 230B23A1263 for <netconf@ietf.org>; Fri, 23 Apr 2021 15:36:44 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=ug7nbtf4gccmlpwj322ax3p6ow6yfsug; d=amazonses.com; t=1619217403; h=Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Cc:Content-Transfer-Encoding:Message-Id:References:To:Feedback-ID; bh=SBO+M0CJnb8piKW3KgX7qGmC9DLsoTqNJcdwJaHJsqk=; b=JecX8ggKgwf41djDUVzUzhRbTP8u5skTENwiBO4yUq/hZjEQzOBMrF6aHCbjo25v vFDHwEGtrT5KKNNluLZJbOGzHr+bF055LuSk8yZ8x+MbkwcI6xhY/92fps99OxRoVxw lFa35DgNgYCYBsX51h/sBP2htJajivXIAyi8HW2c=
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.60.0.2.21\))
From: Kent Watsen <kent+ietf@watsen.net>
In-Reply-To: <7e2a-60827800-7-3739b980@174173102>
Date: Fri, 23 Apr 2021 22:36:43 +0000
Cc: "netconf@ietf.org" <netconf@ietf.org>
Content-Transfer-Encoding: quoted-printable
Message-ID: <0100017900e0ce87-063b8731-0103-46f4-988a-126d9e715742-000000@email.amazonses.com>
References: <7e2a-60827800-7-3739b980@174173102>
To: Michal Vaško <mvasko@cesnet.cz>
X-Mailer: Apple Mail (2.3654.60.0.2.21)
Feedback-ID: 1.us-east-1.DKmIRZFhhsBhtmFMNikgwZUWVrODEw9qVcPhqJEI2DA=:AmazonSES
X-SES-Outgoing: 2021.04.23-54.240.48.110
Archived-At: <https://mailarchive.ietf.org/arch/msg/netconf/HoFoKcM5qg-w9fKJKKCKT4LlxwE>
Subject: Re: [netconf] Latest ietf-netconf-server draft and related modules
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, 23 Apr 2021 22:36:46 -0000

Hi Michal,

> Second time I forgot so I'd rather send it now so that I do not forget again. It seems to me that "{grouping:ssh-server-grouping}/client-authentication" contains really sensitive information so I would expect it to have "nacm:default-deny-all;”.

It’s already “default-deny-write”.  I only use “default-deny-all” (to also prevent reads) for cleartext passwords and private-keys.  I’ll leave it is for now, pending more discussion.

K.