Skip to content

Commit

Permalink
Lower case should be used for HTTP/2 fields
Browse files Browse the repository at this point in the history
Signed-off-by: Bipul Adhikari <[email protected]>
  • Loading branch information
bipuladh authored and nixpanic committed Jan 22, 2025
1 parent 70737e0 commit 6a3745e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/kubernetes/token/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import (
)

const bearerPrefix = "Bearer "
const authorizationKey = "Authorization"
const authorizationKey = "authorization"

func WithServiceAccountToken() grpc.DialOption {
return grpc.WithUnaryInterceptor(addAuthorizationHeader)
Expand Down

0 comments on commit 6a3745e

Please sign in to comment.