feat: configure OIDC SSO integration for Open WebUI in fleet.yaml
This commit is contained in:
+12
-1
@@ -16,7 +16,18 @@ helm:
|
||||
enabled: false
|
||||
enableOpenaiApi: false
|
||||
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:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user