Skip to content

Add region field to AWS Role

Emily Ring requested to merge 270116-region-field into master

What does this MR do?

This is a follow-up from a MR that changed our EKS form. The AWS region is now included with AWS role authentication.

Related issue: #270116 (closed)

This MR will:

  • Add a new field, region, to the aws_roles table
  • Update FetchCredentialsService and AuthorizeRoleService services to use the new field
  • Update associated tests

Screenshots (strongly suggested)

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

Edited by Emily Ring

Merge request reports