Skip to content

Commit

Permalink
Small fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
myidpt committed Jan 26, 2020
1 parent 8ee2dcb commit bff3189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/pkg/nodeagent/sds/server_test.go
Expand Up @@ -176,7 +176,7 @@ func createRealSDSServer(t *testing.T, socket string) *Server {
workloadSdsCacheOptions.Pkcs8Keys = false
workloadSdsCacheOptions.Plugins = NewPlugins([]string{"GoogleTokenExchange"})
workloadSdsCacheOptions.RotationInterval = 10 * time.Minute
workloadSdsCacheOptions.InitialBackoff = 10
workloadSdsCacheOptions.InitialBackoffInMilliSec = 10
workloadSecretCache := cache.NewSecretCache(wSecretFetcher, NotifyProxy, *workloadSdsCacheOptions)

server, err := NewServer(arg, workloadSecretCache, nil)
Expand Down

0 comments on commit bff3189

Please sign in to comment.