Skip to content

Commit 8cb69d6

Browse files
authoredFeb 20, 2025··
fix: Copy AllowHardBoundTokens option from old auth to new auth. (#3030)
1 parent 639780c commit 8cb69d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎transport/grpc/dial.go

+1
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ func dialPoolNewAuth(ctx context.Context, secure bool, poolSize int, ds *interna
242242
EnableDirectPath: ds.EnableDirectPath,
243243
EnableDirectPathXds: ds.EnableDirectPathXds,
244244
EnableJWTWithScope: ds.EnableJwtWithScope,
245+
AllowHardBoundTokens: ds.AllowHardBoundTokens,
245246
DefaultAudience: ds.DefaultAudience,
246247
DefaultEndpointTemplate: defaultEndpointTemplate,
247248
DefaultMTLSEndpoint: ds.DefaultMTLSEndpoint,

0 commit comments

Comments
 (0)
Please sign in to comment.