public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Thomas Lamprecht <t.lamprecht@proxmox.com>
To: "Proxmox VE development discussion" <pve-devel@lists.proxmox.com>,
	"Jens Meißner" <meissner@b1-systems.de>
Subject: Re: [pve-devel] [PATCH] Add DNS challenge schema for knot.
Date: Wed, 17 Nov 2021 17:27:04 +0100	[thread overview]
Message-ID: <37e5ab74-119b-8839-3da8-2fd9eb72f580@proxmox.com> (raw)
In-Reply-To: <20211117080301.50468-1-meissner@b1-systems.de>

looks OK in general, one question inline...

On 17.11.21 09:03, Jens Meißner wrote:
> Signed-off-by: Jens Meißner <meissner@b1-systems.de>
> ---
>  src/dns-challenge-schema.json | 19 ++++++++++++++++++-
>  1 file changed, 18 insertions(+), 1 deletion(-)
> 
> diff --git a/src/dns-challenge-schema.json b/src/dns-challenge-schema.json
> index a3a3ebc..d194701 100644
> --- a/src/dns-challenge-schema.json
> +++ b/src/dns-challenge-schema.json
> @@ -211,7 +211,24 @@
>     },
>     "kas" : {},
>     "kinghost" : {},
> -   "knot" : {},
> +   "knot" : {
> +      "fields" : {
> +         "KNOT_SERVER" : {
> +            "description" : "Hostname of the RFC 2136 compatible nameserver",
> +            "type" : "string"
> +         },
> +         "KNOT_KEY" : {
> +            "description" : "TSIG key (format alg:name:key)",
> +            "type" : "string"
> +         },
> +         "KNOT_ZONE" : {

I did not find this variable being used anywhere in the acme.sh knot plugin[0], there's
only KNOT_SERVER and KNOT_KEY being accessed, so what's up with that one?

[1] https://git.proxmox.com/?p=mirror_acme.sh.git;a=blob;f=dnsapi/dns_knot.sh;hb=3.0.1

> +            "description" : "DNS zone name (optional)",
> +            "optional" : 1,
> +            "type" : "string"
> +         }
> +      },
> +      "name" : "Knot / knsupdate (RFC 2136)"
> +   },
>     "leaseweb" : {},
>     "lexicon" : {},
>     "linode" : {},
> 





  reply	other threads:[~2021-11-17 16:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-17  8:03 Jens Meißner
2021-11-17 16:27 ` Thomas Lamprecht [this message]
2021-11-18  8:50   ` Jens Meißner

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=37e5ab74-119b-8839-3da8-2fd9eb72f580@proxmox.com \
    --to=t.lamprecht@proxmox.com \
    --cc=meissner@b1-systems.de \
    --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
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal