We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409e91d commit 7ef815aCopy full SHA for 7ef815a
2 files changed
helm/blueapi/config_schema.json
@@ -196,6 +196,12 @@
196
"description": "Client Audience(s)",
197
"title": "Client Audience",
198
"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"
205
}
206
},
207
"required": [
helm/blueapi/values.schema.json
@@ -676,6 +676,11 @@
676
"description": "Client ID",
677
678
679
680
681
682
683
684
"well_known_url": {
685
"title": "Well Known Url",
686
"description": "URL to fetch OIDC config from the provider",
0 commit comments