[pbs-devel] [PATCH proxmox-backup 2/3] ui: expose s3-endpoint as acl subpath for 'system'
Christian Ebner
c.ebner at proxmox.com
Mon Jul 28 09:59:56 CEST 2025
Allows to select the 's3-endpoint' subpath to restirct permissions to
either the full s3 endpoint configuration or the corresponding
endpoint id.
Signed-off-by: Christian Ebner <c.ebner at proxmox.com>
---
www/form/PermissionPathSelector.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/form/PermissionPathSelector.js b/www/form/PermissionPathSelector.js
index d2f651a3c..e5f2aec46 100644
--- a/www/form/PermissionPathSelector.js
+++ b/www/form/PermissionPathSelector.js
@@ -20,6 +20,7 @@ Ext.define('PBS.data.PermissionPathsStore', {
{ value: '/system/network/dns' },
{ value: '/system/network/interfaces' },
{ value: '/system/notifications' },
+ { value: '/system/s3-endpoint' },
{ value: '/system/services' },
{ value: '/system/status' },
{ value: '/system/tasks' },
--
2.47.2
More information about the pbs-devel
mailing list