From: Thomas Lamprecht <t.lamprecht@proxmox.com>
To: Proxmox Backup Server development discussion
<pbs-devel@lists.proxmox.com>,
Shannon Sterz <s.sterz@proxmox.com>
Subject: Re: [pbs-devel] [PATCH proxmox 0/5] add proxmox-access crate
Date: Tue, 11 Jun 2024 19:28:27 +0200 [thread overview]
Message-ID: <324ed99f-401f-45dc-b9ab-8a5174d4d734@proxmox.com> (raw)
In-Reply-To: <20240610154214.356689-1-s.sterz@proxmox.com>
Am 10/06/2024 um 17:42 schrieb Shannon Sterz:
> the idea behind the `proxmox-access` crate is to enable us to easily
> re-use the acl tree, user config and token shadow implementation of
> proxmox backup server across multiple projects. this series factors out
> the implementations from proxmox-backup's `pbs-config` crate.
High level comment:
"access" is a bit too generic for my taste, "access-control" would be slightly
better, that is also used on the PVE Perl side, i.e., it gas a long history in
Proxmox projects.
While surely not perfect, it would IMO still better describe what that crate
might provide (i.e., not bindings for MS Access ;-P), maybe someone else
has a better idea; but if not I'd do /access/access-control/.
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
next prev parent reply other threads:[~2024-06-11 17:28 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-10 15:42 Shannon Sterz
2024-06-10 15:42 ` [pbs-devel] [PATCH proxmox 1/5] access: add the proxmox-access crate to reuse acl trees Shannon Sterz
2024-06-11 12:53 ` Wolfgang Bumiller
2024-06-10 15:42 ` [pbs-devel] [PATCH proxmox 2/5] access: define shared `User`, `UserWithTokens` and `ApiTokens types Shannon Sterz
2024-06-11 12:51 ` Wolfgang Bumiller
2024-06-10 15:42 ` [pbs-devel] [PATCH proxmox 3/5] access: make token shadow implementation re-usable Shannon Sterz
2024-06-10 15:42 ` [pbs-devel] [PATCH proxmox 4/5] access: factor out user config and cache handling Shannon Sterz
2024-06-11 13:07 ` Wolfgang Bumiller
2024-06-11 14:30 ` Shannon Sterz
2024-06-12 12:49 ` Wolfgang Bumiller
2024-06-10 15:42 ` [pbs-devel] [PATCH proxmox 5/5] access: increment user cache generation when saving acl config Shannon Sterz
2024-06-11 17:28 ` Thomas Lamprecht [this message]
2024-06-13 12:54 ` [pbs-devel] [PATCH proxmox 0/5] add proxmox-access crate Shannon Sterz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=324ed99f-401f-45dc-b9ab-8a5174d4d734@proxmox.com \
--to=t.lamprecht@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
--cc=s.sterz@proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.