Skip to content

Resolve "Seat Link Service"

Shreyas Agarwal requested to merge 208832-seat-link-service into master

What does this MR do?

For the self hosted instances, we need to capture every day the total maximum count the instance had from the date the license has started till the previous day.

For the same reason, we are running a cron job picking a random number from 1 - 30 so that job in different instances but same time zone gets distributed. This job would calculate the max count till the previous day and POST it to the customers application along with the license key.

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Closes #208832

Edited by Shreyas Agarwal

Merge request reports