|
@@ -35,6 +35,7 @@ func NewTokenSource(ctx context.Context, auth esv1beta1.GCPSMAuth, projectID str
|
|
|
return nil, fmt.Errorf("unable to initialize workload identity")
|
|
return nil, fmt.Errorf("unable to initialize workload identity")
|
|
|
ts, err = wi.TokenSource(ctx, auth, isClusterKind, kube, namespace)
|
|
ts, err = wi.TokenSource(ctx, auth, isClusterKind, kube, namespace)
|