awslabs / harmonix

A developer portal to meet your Enterprise needs. Fast, secure, and at-scale.
https://harmonixonaws.io/
Apache License 2.0
211 stars 42 forks source link

Fixed region defined in the 'existing eks cluster provider' ci cd template #78

Closed stijnbrouwers closed 9 months ago

stijnbrouwers commented 9 months ago

Description

The CI/CD template for an existing EKS provider contains a hard-coded region (us-west-2). Impacted file: backstage-reference/common/cicd/.gitlab-ci-aws-provider-eks.yml

Versions

Reproduction Code [Required]

/

Steps to reproduce the behavior:

Create a new 'existing EKS provider' where the EKS cluster is in a different region than 'us-west-2' and the pipeline will fail.

Expected behavior

Pipeline should succeed

Actual behavior

Pipeline fails

z-sourcecode commented 9 months ago

Thanks @stijnbrouwers We appreciate your contribution and finding this issue!