Explorar el Código

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

Alexander Belanger hace 3 años
padre
commit
2e4c2c1cfd
Se han modificado 1 ficheros con 1 adiciones y 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