Skip to content

Geo: Prevent a name collision for retry_due scope

Valery Sizov requested to merge geo-prevent-retry_due-name-collision into master

What does this MR do?

retry_due name is used in replication control flow(in ReplicableRegistry) and in legacy Geo logic. It can create name collisions at any time, but in this particular case, it was motivated by the inability to add Uploads to SSF and keeping the old logic under the feature flag. Also, verification_ prefix just makes the method name clear and consistent with what it does.

Screenshots or Screencasts (strongly suggested)

How to setup and validate locally (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
Edited by Valery Sizov

Merge request reports