diff --git a/pkg/registry/client.go b/pkg/registry/client.go index 3ea68f181..339939c6f 100644 --- a/pkg/registry/client.go +++ b/pkg/registry/client.go @@ -134,6 +134,7 @@ func NewClient(options ...ClientOption) (*Client, error) { authorizer.Cache = auth.NewCache() } + authorizer.ForceAttemptOAuth2 = true client.authorizer = &authorizer }