Skip to content

Commit

Permalink
doc: Update configs
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber authored and bensmrs committed Nov 26, 2024
1 parent 1d1e229 commit c4e47db
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/config_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2421,6 +2421,13 @@ The events can be any combination of `lifecycle`, `logging`, and `network-acl`.

<!-- config group server-loki end -->
<!-- config group server-miscellaneous start -->
```{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"
Expand Down
8 changes: 8 additions & 0 deletions internal/server/metadata/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -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`",
Expand Down

0 comments on commit c4e47db

Please sign in to comment.