llama-stack-mirror/docs/source
Akram Ben Aissi cdda96f881 Add Kubernetes authentication provider support
- Add KubernetesAuthProvider class for token validation using Kubernetes SelfSubjectReview API
- Add KubernetesAuthProviderConfig with configurable API server URL, TLS settings, and claims mapping
- Implement authentication via POST requests to /apis/authentication.k8s.io/v1/selfsubjectreviews endpoint
- Add support for parsing Kubernetes SelfSubjectReview response format to extract user information
- Add KUBERNETES provider type to AuthProviderType enum
- Update create_auth_provider factory function to handle 'kubernetes' provider type
- Add comprehensive unit tests for KubernetesAuthProvider functionality
- Add documentation with configuration examples and usage instructions

The provider validates tokens by sending SelfSubjectReview requests to the Kubernetes API server
and extracts user information from the userInfo structure in the response.

Signed-off-by: Akram Ben Aissi <akram.benaissi@gmail.com>
2025-07-21 17:15:27 +02:00
..
advanced_apis docs: Reorganize documentation on the webpage (#2651) 2025-07-15 14:19:35 -07:00
building_applications docs: Reorganize documentation on the webpage (#2651) 2025-07-15 14:19:35 -07:00
concepts docs: add missing bold title to match others (#2782) 2025-07-16 18:05:48 +02:00
contributing docs: revamp testing documentation (#2155) 2025-05-13 11:28:29 -07:00
deploying chore: update k8s template (#2786) 2025-07-16 15:07:26 -07:00
distributions Add Kubernetes authentication provider support 2025-07-21 17:15:27 +02:00
getting_started docs: fix steps in the Quick Start Guide (#2800) 2025-07-18 09:08:46 -07:00
providers feat(vllm): periodically refresh models (#2823) 2025-07-18 15:53:09 -07:00
references docs: update outdated llama stack client documentation (#2758) 2025-07-15 11:49:59 -07:00
conf.py docs: Reorganize documentation on the webpage (#2651) 2025-07-15 14:19:35 -07:00
index.md docs: Reorganize documentation on the webpage (#2651) 2025-07-15 14:19:35 -07:00