Skip to content

Add License ID to license info rake task

Cody West requested to merge codywest-add-license-id-rake into master

What does this MR do?

This MR adds the GitLab license ID to the gitlab:license:info rake task.

Screenshots (strongly suggested)

root@gitlab-omnibus# gitlab-rake gitlab:license:info
Today's Date: 2020-12-01
Current User Count: 2
Max Historical Count: 2
Max Users in License: 10000
License valid from: 2019-09-26 to
Email associated with license: user@example.com
License ID: <license ID here>

Does this MR meet the acceptance criteria?

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
Edited by Cody West

Merge request reports