Replies: 1 comment
-
all the request headers are passed/forwarded to the upstream AI Providers as-is by default. So you can just let downstream clients set API key while you configure the gateway without "BackendSecurityPolicy". To fine control the headers forwarded to the upstream AI Providers, you can use the header mutation API introduced recently on the main branch ai-gateway/api/v1alpha1/ai_service_backend.go Lines 75 to 78 in 320eb50 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to implement BYOK (Bring Your Own Key) support, where customers can provide their own API key directly in the request instead of storing it in a Kubernetes Secret. What’s the best way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions