diff --git a/pkg/beholder/auth.go b/pkg/beholder/auth.go index 7dd58838f..c051f49f9 100644 --- a/pkg/beholder/auth.go +++ b/pkg/beholder/auth.go @@ -37,7 +37,6 @@ type AuthHeaderProviderConfig struct { // authHeaderPerRPCredentials is a PerRPCCredentials implementation that provides the auth headers type authHeaderPerRPCCredentials struct { - privKey ed25519.PrivateKey lastUpdated time.Time headerTTL time.Duration refreshFunc func() (map[string]string, error)