|
@@ -330,7 +330,7 @@ func getAWSSession(config *aws.Config, enableCache bool, name, kind, namespace,
|
|
|
sess, ok := sessionCache.Get(resourceVersion, key)
|
|
sess, ok := sessionCache.Get(resourceVersion, key)
|
|
|
log.Info("reusing aws session", "SecretStore", key.Name, "namespace", key.Namespace, "kind", key.Kind, "resourceversion", resourceVersion)
|
|
log.Info("reusing aws session", "SecretStore", key.Name, "namespace", key.Namespace, "kind", key.Kind, "resourceversion", resourceVersion)
|