forked from phoenix-oss/llama-stack-mirror
use auth for kvant
This commit is contained in:
parent
3bde47e562
commit
96003b55de
4 changed files with 2342 additions and 2305 deletions
|
@ -154,3 +154,17 @@ tool_groups:
|
|||
provider_id: rag-runtime
|
||||
server:
|
||||
port: 8321
|
||||
auth:
|
||||
provider_type: "oauth2_token"
|
||||
config:
|
||||
jwks:
|
||||
introspection:
|
||||
url: ${env.KEYCLOAK_INSTROSPECT:https://iam.phoenix-systems.ch/realms/kvant/protocol/openid-connect/token/introspect}
|
||||
client_id: ${env.KEYCLOAK_CLIENT_ID:llama-stack}
|
||||
client_secret: ${env.KEYCLOAK_CLIENT_SECRET}
|
||||
claims_mapping:
|
||||
sub: projects
|
||||
scope: roles
|
||||
#groups: teams
|
||||
customer/id: teams
|
||||
aud: namespaces
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue