Răsfoiți Sursa

Merge pull request #2272 from porter-dev/master

Valid cluster id -> staging
abelanger5 3 ani în urmă
părinte
comite
363bd7db11
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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