[pdm-devel] partially-applied: [PATCH datacenter-manager/proxmox/yew-comp v4 00/10] add support for checking acl permissions in (yew) front-ends

Shannon Sterz s.sterz at proxmox.com
Wed Nov 19 12:16:50 CET 2025


On Wed Nov 19, 2025 at 11:52 AM CET, Fabian Grünbichler wrote:
> On November 14, 2025 3:43 pm, Shannon Sterz wrote:
>> this patch series adds support for querying acl entries from the
>> front-end. it also makes it possible to reactively render ui components
>> depending on the user's privileges and refreshes this information every
>> time a new ticket is set.
>>
>> the series is structured as such:
>>
>> 1. proxmox, «access-control: add acl feature to only expose types and
>>    the AclTree»: creates a new feature that exposes only it and some
>>    types to dependent crates.
>> 2. proxmox, «access-control: use format strings where possible»: a
>>    small clean up commit that moves variables into format strings
>>    where possible.
>> 3. proxmox, «access-control: move functions querying privileges to the
>>    AclTree»: functions that basically just query the AclTree are moved
>>    to the AclTree itself to make it easier to re-use them.
>> 4. proxmox: «access-control: derive Debug and PartialEq on AclTree and
>>    AclTreeNode»: derives Debug and PartialEq on the AclTree and
>>    AclTreeNode to make it easier to handle these types in the ui.
>> 5. proxmox: «access-control: allow reading all acls of the current
>>    authid»: allows to querying all of a user's acl entries via the
>>    API_METHOD_READ_ACL endpoint.
>
> applied these 5 with a small follow-up.
>
> the description of the new parameter, and allowing it/making it work for
> tokens, as discussed off-list would be nice further follow-ups.
>

send these here, apologies for the missing cover letter.

https://lore.proxmox.com/pdm-devel/20251119111519.112719-2-s.sterz@proxmox.com/

-->8 snip 8<--




More information about the pdm-devel mailing list