Explorar o código

Merge branch 'belanger/add-separate-aws-cluster-name' into dev

Alexander Belanger %!s(int64=3) %!d(string=hai) anos
pai
achega
2e4c2c1cfd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      internal/models/integrations/aws.go

+ 1 - 1
internal/models/integrations/aws.go

@@ -133,7 +133,7 @@ func (a *AWSIntegration) GetBearerToken(
 	if shouldClusterIdOverride {
 		validClusterId = clusterID
 	} else {
-		validClusterId := string(a.AWSClusterID)
+		validClusterId = string(a.AWSClusterID)
 
 		if validClusterId == "" {
 			validClusterId = clusterID