From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 490559B2C4 for ; Mon, 20 Nov 2023 12:27:37 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 208AA183D9 for ; Mon, 20 Nov 2023 12:27:07 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Mon, 20 Nov 2023 12:27:05 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 67F3D43364 for ; Mon, 20 Nov 2023 12:27:05 +0100 (CET) Date: Mon, 20 Nov 2023 12:27:04 +0100 From: Wolfgang Bumiller To: Fabian =?utf-8?Q?Gr=C3=BCnbichler?= Cc: pve-devel@lists.proxmox.com Message-ID: References: <20231120072242.75599-1-f.gruenbichler@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20231120072242.75599-1-f.gruenbichler@proxmox.com> X-SPAM-LEVEL: Spam detection results: 0 AWL 0.100 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record T_SCC_BODY_TEXT_LINE -0.01 - Subject: [pve-devel] applied-series: [PATCH access-control/manager 0/4] fix #1148: nested pools X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Nov 2023 11:27:37 -0000 applied series, bumped access control and manager's dep on it On Mon, Nov 20, 2023 at 08:22:38AM +0100, Fabian Grünbichler wrote: > this series extends the poolname to allow (for now) two '/' inside the > name to nest pools like this: > > parent/child/grandchild > > since '/' is a bad character for path parameters, some API shuffling is > needed. other approaches that were tried but discarded, or rejected > outright: > - urlencoding > - systemd-escape > - manual encoding/escaping > - just encoding the parent/children in user.cfg, but not in the pool name > > switching over some of the UI pool lists to also nest them visually should > be do-able as a follow-up. > > changes since RFC: > - some style improvements, RE adaptation > > pve-access-control: > > Fabian Grünbichler (2): > allow up to three levels of pool nesting > pools: record parent/subpool information > > src/PVE/AccessControl.pm | 26 +++++++++++++++++++++++--- > src/test/parser_writer.pl | 4 ++++ > src/test/perm-test6.pl | 16 ++++++++++++++++ > src/test/test6.cfg | 5 +++++ > 4 files changed, 48 insertions(+), 3 deletions(-) > > pve-manager: > > Fabian Grünbichler (2): > api: pools: support nested pools > ui: pools: switch to new API endpoints > > PVE/API2/Pool.pm | 243 +++++++++++++++++++++++-------- > www/manager6/dc/PoolView.js | 3 + > www/manager6/grid/PoolMembers.js | 14 +- > www/manager6/pool/StatusView.js | 2 +- > 4 files changed, 196 insertions(+), 66 deletions(-) > > -- > 2.39.2 > > > > _______________________________________________ > pve-devel mailing list > pve-devel@lists.proxmox.com > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel