From: Folke Gleumes <f.gleumes@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH acme-rs/backup/perl-rs/pmg-api 0/8] add external account binding to pmg and pbs
Date: Tue, 14 Nov 2023 15:07:10 +0100 [thread overview]
Message-ID: <20231114140719.225971-1-f.gleumes@proxmox.com> (raw)
Following the implementation for pve [0], this implements external account
binding for pmg and pbs.
For pmg, the tos endpoint was replaced with a meta endpoint, for pbs
this was not necessary, although it might be in the future if the
functionality is introduced in the gui.
Similar to the pve implementation, the cli will ask for eab credentials
if the ca requires it, or optionally if the user provided a custom
directory url.
The patches were tested against pebble with eab and le-staging + pebble
without eab to ensure no regression have taken place.
[0] https://lists.proxmox.com/pipermail/pve-devel/2023-October/059726.html
acme-rs:
Folke Gleumes (2):
add external account binding
add meta fields returned by the directory
src/account.rs | 28 +++++++++++++++-----
src/client.rs | 6 ++++-
src/directory.rs | 25 ++++++++++++++++--
src/eab.rs | 66 ++++++++++++++++++++++++++++++++++++++++++++++++
src/error.rs | 10 ++++++++
src/lib.rs | 1 +
6 files changed, 127 insertions(+), 9 deletions(-)
create mode 100644 src/eab.rs
backup:
Folke Gleumes (2):
acme: api: add eab options to api
cli: acme: add possibility to set eab via the cli
src/acme/client.rs | 9 +++-
src/api2/config/acme.rs | 35 +++++++++++++--
src/bin/proxmox_backup_manager/acme.rs | 61 +++++++++++++++++++++-----
3 files changed, 89 insertions(+), 16 deletions(-)
perl-rs:
Folke Gleumes (1):
acme: add eab fields for pmg
pmg-rs/src/acme.rs | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
pmg-api:
Folke Gleumes (3):
api: acme: add eab parameters
api: acme: deprecate tos endpoint in favor of new meta endpoint
cli: acme: expose acme eab options on the cli
src/PMG/API2/ACME.pm | 75 ++++++++++++++++++++++++++++++++++++++--
src/PMG/CLI/pmgconfig.pm | 29 ++++++++++++++--
2 files changed, 99 insertions(+), 5 deletions(-)
--
2.39.2
next reply other threads:[~2023-11-14 14:08 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-14 14:07 Folke Gleumes [this message]
2023-11-14 14:07 ` [pve-devel] [PATCH acme-rs 1/8] add external account binding Folke Gleumes
2023-11-14 14:07 ` [pve-devel] [PATCH acme-rs 2/8] add meta fields returned by the directory Folke Gleumes
2023-11-14 14:07 ` [pve-devel] [PATCH] expand helper function by eab credentials Folke Gleumes
2023-11-14 14:07 ` [pve-devel] [PATCH backup 3/8] acme: api: add eab options to api Folke Gleumes
2023-11-14 14:07 ` [pve-devel] [PATCH backup 4/8] cli: acme: add possibility to set eab via the cli Folke Gleumes
2023-11-14 14:07 ` [pve-devel] [PATCH perl-rs 5/8] acme: add eab fields for pmg Folke Gleumes
2023-11-14 14:07 ` [pve-devel] [PATCH pmg-api 6/8] api: acme: add eab parameters Folke Gleumes
2023-11-14 14:07 ` [pve-devel] [PATCH pmg-api 7/8] api: acme: deprecate tos endpoint in favor of new meta endpoint Folke Gleumes
2023-11-14 14:07 ` [pve-devel] [PATCH pmg-api 8/8] cli: acme: expose acme eab options on the cli Folke Gleumes
2023-11-14 14:08 ` [pve-devel] [PATCH acme-rs/backup/perl-rs/pmg-api 0/8] add external account binding to pmg and pbs Folke Gleumes
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=20231114140719.225971-1-f.gleumes@proxmox.com \
--to=f.gleumes@proxmox.com \
--cc=pve-devel@lists.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox