Skip to content

Commit 4463b46

Browse files
committed
Replace deprecated dapr/kit func
Signed-off-by: joshvanl <[email protected]>
1 parent 85028e7 commit 4463b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/security/security.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ func (s *security) WithSVIDContext(ctx context.Context) context.Context {
449449
return ctx
450450
}
451451

452-
return spiffecontext.With(ctx, s.spiffe)
452+
return spiffecontext.WithSpiffe(ctx, s.spiffe)
453453
}
454454

455455
func (s *security) IdentityDir() *string {

0 commit comments

Comments
 (0)