Skip to content

Commit

Permalink
chore(docs): Fix link (#7533)
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxins authored May 23, 2024
1 parent c18ec0b commit a9d5d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/apiserver/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func main() {
}

// A custom http request header matcher to pass on the user identity
// Reference: https://github.com/grpc-ecosystem/grpc-gateway/blob/master/docs/_docs/customizingyourgateway.md#mapping-from-http-request-headers-to-grpc-client-metadata
// Reference: https://github.com/grpc-ecosystem/grpc-gateway/blob/v1.16.0/docs/_docs/customizingyourgateway.md#mapping-from-http-request-headers-to-grpc-client-metadata
func grpcCustomMatcher(key string) (string, bool) {
if strings.EqualFold(key, common.GetKubeflowUserIDHeader()) {
return strings.ToLower(key), true
Expand Down

0 comments on commit a9d5d07

Please sign in to comment.