Skip to content

Commit

Permalink
INFOPLAT-1562 Removes privkey from struct
Browse files Browse the repository at this point in the history
  • Loading branch information
hendoxc committed Jan 9, 2025
1 parent d567ef5 commit 6f59cef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/beholder/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6f59cef

Please sign in to comment.