Skip to content

Avoid resource intensive login checks if password is not provided

What does this MR do?

Skip checks of user/password validity for git http calls when password is nil/empty.

Why was this MR needed?

Avoid unnecessary resource intensive calls against DB or external systems (i.e. LDAP)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#32598 (closed)

Edited by username-removed-384663

Merge request reports