Skip to content

Handle missing users for Terraform State

Emily Ring requested to merge emilyring-terraform-fixes into master

What does this MR do?

Our Terraform state vue was built with the assumption user data would always be present in GraphQl.

Currently, vue will sometimes error because it is calling .name on null. After testing, it appears some Terraform states will not include user information.

This MR will:

  • Update the vue table to handle missing lockUser and versionUser information
  • Update associated tests

Screenshots (strongly suggested)

Before (with bug)

image

After

image

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
Edited by Emily Ring

Merge request reports