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 <stgraber@stgraber.org>
  • Loading branch information
stgraber committed Mar 20, 2024
1 parent 5a13d25 commit a5fb628
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 @@ -1787,6 +1787,13 @@ Specify the volume using the syntax `POOL/VOLUME`.
This value is required by some providers.
```

```{config:option} oidc.claim server-oidc
:scope: "global"
:shortdesc: "OpenID Connect claim to use as the username"
:type: "string"

```

```{config:option} oidc.client.id server-oidc
:scope: "global"
:shortdesc: "OpenID Connect client ID"
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 @@ -1962,6 +1962,14 @@
"type": "string"
}
},
{
"oidc.claim": {
"longdesc": "",
"scope": "global",
"shortdesc": "OpenID Connect claim to use as the username",
"type": "string"
}
},
{
"oidc.client.id": {
"longdesc": "",
Expand Down

0 comments on commit a5fb628

Please sign in to comment.