Skip to content

Remove support for legacy storage in pages API

Vladimir Shushlin requested to merge vshushlin-pages-legacy-storage-flag into master

What does this MR do?

See omnibus-gitlab#5993 (closed)

If use_legacy_storage is set to true omnibus-gitlab!5265 (merged) will actually set domain-config-source to disk on GitLab Pages side, so the daemon will stop requesting the API. So it doesn't matter what rails return in the API.

Originally I added use_legacy_storage to allow API to return legacy_storage, but then I realized that we can just remove support for it altogether. Before 14.0 you could configure:

  1. domain-config-source=gitlab
  2. legacy storage enabled on rails

In that case daemon would request API and receive disk path.

Starting from 14.0 you can only completely disable the new architecture(including the API) - we leave this option to give users some time to transition to the new architecture if they face some complex problem

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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 gitlab-pages#1071 (closed)

Edited by Jaime Martinez

Merge request reports