Skip to content

Adjust the regex for load balancer spec

Kyle Wiebers requested to merge 324682-fix-load-balancer-spec into master

What does this MR do?

Fixes #324682 (closed)

The pg_lsn type is a hexadecimal which would include characters 0-9 and A-F. The regex only handed 0-9 and A-E and the failures were due to F being in (which looks valid to me.

See #324682 (comment 529708852) for more details

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 #324682 (closed)

Edited by Kyle Wiebers

Merge request reports