Skip to content

Remove pages_internal_api feature flag

Vladimir Shushlin requested to merge remove-pages-internal-api-feature-flag into master

What does this MR do?

We don't use this feature flag in pages daemon, and even if were using it, I don't think that guarding the API is necessary.

Also, this API requires internal authentication, so it can't be used by external clients.

And this feature flag creates problems with pages rollout on self-managed: #210010 (comment 315208911)

Screenshots

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

Merge request reports