add NodesOnly to the cache key

pull/20168/head
Dhia Ayachi 2024-01-11 13:38:34 -05:00
parent b2db3d5eb4
commit 50fb45ac74
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -699,6 +699,7 @@ func (r *ServiceDumpRequest) CacheInfo() cache.RequestInfo {
v, err := hashstructure.Hash([]interface{}{
keyKind,
r.UseServiceKind,
r.NodesOnly,
r.Filter,
r.EnterpriseMeta,
}, nil)