TrialDurationService is calling CDOT for non Gitlab.com instances
Problem
There are certain spots where non SaaS instances could be calling CDOT due to how the ee
page is structured. This means that any ee
instance will be reaching out to CDOT and shouldn't be. This logic was introduced in Use CustomersDot as SSOT for trial duration - p... (!200477 - merged)
EE::GroupsHelper#group_seats_usage_quota_app_data is an example of that.
Solution
see https://gitlab.com/gitlab-org/gitlab/-/issues/561213#note_2791349766
Edited by Doug Stull