diff options
Diffstat (limited to 'cloud/pkg/cloudhub/channelq/channelq.go')
| -rw-r--r-- | cloud/pkg/cloudhub/channelq/channelq.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cloud/pkg/cloudhub/channelq/channelq.go b/cloud/pkg/cloudhub/channelq/channelq.go index 4a20118ef..e3c6e4d3f 100644 --- a/cloud/pkg/cloudhub/channelq/channelq.go +++ b/cloud/pkg/cloudhub/channelq/channelq.go @@ -159,7 +159,8 @@ func isListResource(msg *beehiveModel.Message) bool { strings.Contains(msgResource, commonconst.ResourceTypeServiceList) || strings.Contains(msgResource, commonconst.ResourceTypeEndpointsList) || strings.Contains(msgResource, "membership") || - strings.Contains(msgResource, "twin/cloud_updated") { + strings.Contains(msgResource, "twin/cloud_updated") || + strings.Contains(msgResource, beehiveModel.ResourceTypeServiceAccountToken) { return true } |
