llama-stack-mirror/tests/unit/server
Gordon Sim 74d891db72 feat(auth): allow token to be provided for use against jwks endpoint
Though the jwks endpoint does not usually require authentication, it does by
default in a kubernetes cluster. The cluster can be configured to allow anonymous
access to that endpoint, but by allowing a token to be presented that cluster
configuration is not necessary.
2025-06-04 20:17:19 +01:00
..
test_access_control.py feat: fine grained access control policy (#2264) 2025-06-03 14:51:12 -07:00
test_auth.py feat(auth): allow token to be provided for use against jwks endpoint 2025-06-04 20:17:19 +01:00
test_quota.py feat(quota): add server‑side per‑client request quotas (requires auth) (#2096) 2025-05-21 10:58:45 +02:00
test_replace_env_vars.py refactor: tests/unittests -> tests/unit; tests/api -> tests/integration 2025-03-04 09:57:00 -08:00
test_resolver.py feat: fine grained access control policy (#2264) 2025-06-03 14:51:12 -07:00
test_sse.py fix: Additional streaming error handling (#2007) 2025-04-24 17:01:45 -07:00