Do not try to autodiscover tokens when doing token lookups using provided tokens. (#4316)

pull/4314/head
Todd 2 years ago committed by GitHub
parent 25dff3322a
commit 0705ed4e68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -172,7 +172,7 @@ func defaultBoundaryTokenReader(ctx context.Context, cp ClientProvider) (cache.B
}
atId := strings.Join(atIdParts[:cache.AuthTokenIdSegmentCount], "_")
c, err := cp.Client()
c, err := cp.Client(base.WithNoTokenValue())
if err != nil {
return nil, err
}

Loading…
Cancel
Save