Skip to content

Commit 7ef815a

Browse files
committed
Update values schema
1 parent 409e91d commit 7ef815a

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

helm/blueapi/config_schema.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,12 @@
196196
"description": "Client Audience(s)",
197197
"title": "Client Audience",
198198
"type": "string"
199+
},
200+
"logout_redirect_endpoint": {
201+
"default": null,
202+
"description": "The oidc endpoint required to logout",
203+
"title": "Logout Redirect Endpoint",
204+
"type": "string"
199205
}
200206
},
201207
"required": [

helm/blueapi/values.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,11 @@
676676
"description": "Client ID",
677677
"type": "string"
678678
},
679+
"logout_redirect_endpoint": {
680+
"title": "Logout Redirect Endpoint",
681+
"description": "The oidc endpoint required to logout",
682+
"type": "string"
683+
},
679684
"well_known_url": {
680685
"title": "Well Known Url",
681686
"description": "URL to fetch OIDC config from the provider",

0 commit comments

Comments
 (0)