From 469077bdfb22bf3ccd239bfbd6680ed62286e235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Mon, 25 Nov 2024 15:05:12 -0500 Subject: [PATCH] doc: Update configs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- doc/config_options.txt | 7 +++++++ internal/server/metadata/configuration.json | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/doc/config_options.txt b/doc/config_options.txt index 2d57978a4fb..d299607e0a0 100644 --- a/doc/config_options.txt +++ b/doc/config_options.txt @@ -2421,6 +2421,13 @@ The events can be any combination of `lifecycle`, `logging`, and `network-acl`. +```{config:option} authorization.scriptlet server-miscellaneous +:scope: "global" +:shortdesc: "Authorization scriptlet" +:type: "string" +When using scriptlet-based authorization, this option stores the scriptlet. +``` + ```{config:option} backups.compression_algorithm server-miscellaneous :defaultdesc: "`gzip`" :scope: "global" diff --git a/internal/server/metadata/configuration.json b/internal/server/metadata/configuration.json index dfe29293378..3d556a1b003 100644 --- a/internal/server/metadata/configuration.json +++ b/internal/server/metadata/configuration.json @@ -2680,6 +2680,14 @@ }, "miscellaneous": { "keys": [ + { + "authorization.scriptlet": { + "longdesc": "When using scriptlet-based authorization, this option stores the scriptlet.", + "scope": "global", + "shortdesc": "Authorization scriptlet", + "type": "string" + } + }, { "backups.compression_algorithm": { "defaultdesc": "`gzip`",