expose enforceAuthOnInference in bifrost.config #1957
nirzOps
started this conversation in
Tech Specs
Replies: 1 comment
|
@akshaydeo We have to create a new app version with this fix as we can not use bifrost at the moment because virtual keys are not enforced in order to use the gateway. |
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.
Helm: expose
enforceAuthOnInferencein bifrost.configPR: #1946 | Changes
What
This PR adds support for
bifrost.client.enforceAuthOnInferencein the Helm chart so the generated Bifrost config can setenforce_auth_on_inference(client config). When set, the gateway can enforce authentication on inference endpoints as configured.Why
We need to toggle auth enforcement on inference via Helm values instead of editing raw config, so deployments stay consistent and auditable.
How
In
helm-charts/bifrost/templates/_helpers.tpl, inside thebifrost.configclient block, we map:bifrost.client.enforceAuthOnInferenceenforce_auth_on_inferenceOnly included when the key is present (same pattern as
enableLogging,enforceGovernanceHeader, etc.).Usage
All reactions