Skip to content

Extend conan token expiration to 1 day

Steve Abrams requested to merge 234005-extend-conantoken-expiration into master

What does this MR do?

The Conan package manager uses a JWT (built in ConanToken) to authenticate with the GitLab package registry. The token currently is set to expire hourly.

Users have been helpful in explaining that Conan does not automatically re-authenticate when it expires and to be able to better use the GitLab Conan registry we need the token to expire over a longer time period (think about pipelines that take more than an hour).

This MR updates the expiration from 1 hour to 1 day.

Screenshots (strongly suggested)

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

Related to #234005 (closed)

Merge request reports

Loading