awslabs / app-development-for-backstage-io-on-aws

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

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

Closed stijnbrouwers closed 4 months ago

stijnbrouwers commented 4 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 4 months ago

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