feat: configure OIDC SSO integration for Open WebUI in fleet.yaml
This commit is contained in:
+13
-2
@@ -16,8 +16,19 @@ helm:
|
|||||||
enabled: false
|
enabled: false
|
||||||
enableOpenaiApi: false
|
enableOpenaiApi: false
|
||||||
ollamaUrls:
|
ollamaUrls:
|
||||||
- "http://ollama.ollama.homelab-test.hnrx.net"
|
- "http://ollama.ollama.homelab-test.hnrx.net"
|
||||||
|
|
||||||
|
sso:
|
||||||
|
enabled: true
|
||||||
|
mergeAccountsByEmail: true
|
||||||
|
oidc:
|
||||||
|
enabled: true
|
||||||
|
clientId: "A2Uwc9itTw5Lfrt7s89Y1T0v8xfsOQ5Kf4hhewf2"
|
||||||
|
clientSecret: "pCkZipLmaKymVeUzicUDs4NQ44W0kVT3YwRzm30cUUPGvN9YFuqoMJzmivQyQ10PU4JW55ZTaOC2mcz52N2R8azIMfILOtIxzi2oGqU6fLCjVNYuzCuxuouHiYUOphVC"
|
||||||
|
providerUrl: "https://auth.hnrx.net/application/o/openwebui/.well-known/openid-configuration"
|
||||||
|
providerName: "SSO"
|
||||||
|
scopes: "openid email profile"
|
||||||
|
|
||||||
route:
|
route:
|
||||||
enabled: true
|
enabled: true
|
||||||
hostnames:
|
hostnames:
|
||||||
|
|||||||
Reference in New Issue
Block a user