temp: Disable auth pending IAM setup
This commit is contained in:
+1
-5
@@ -12,11 +12,7 @@ data:
|
|||||||
|
|
||||||
# JWT Authentication for /v1/* endpoints (LLM API)
|
# JWT Authentication for /v1/* endpoints (LLM API)
|
||||||
auth:
|
auth:
|
||||||
enabled: true
|
enabled: false
|
||||||
issuer: "http://authentik-server.iam.svc.cluster.local/application/o/local-llm/"
|
|
||||||
audience: "local-llm"
|
|
||||||
jwksUrl: "http://authentik-server.iam.svc.cluster.local/application/o/local-llm/jwks/"
|
|
||||||
requiredCapability: "llm:inference"
|
|
||||||
|
|
||||||
# Routes: standard HTTP proxy routes (not LLM-specific)
|
# Routes: standard HTTP proxy routes (not LLM-specific)
|
||||||
# These are for non-LLM services (agent-pod/console, etc.)
|
# These are for non-LLM services (agent-pod/console, etc.)
|
||||||
|
|||||||
Reference in New Issue
Block a user