Skip to content

Commit

Permalink
Merge pull request #470 from israel-hdez/j17827-ig-forward-token-main
Browse files Browse the repository at this point in the history
[master] Enable forwarding Authorization header in InferenceGraphs
  • Loading branch information
Jooho authored Jan 28, 2025
2 parents c03548e + 85a4afc commit cc4063f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/overlays/odh/inferenceservice-config-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,12 @@ data:
"memoryRequest": "100Mi",
"memoryLimit": "1Gi",
"cpuRequest": "100m",
"cpuLimit": "1"
"cpuLimit": "1",
"headers": {
"propagate": [
"Authorization"
]
}
}
deploy: |-
{
Expand Down

0 comments on commit cc4063f

Please sign in to comment.