Browse Source

update cluster id guess to make connected eks work again

Alexander Belanger 4 years ago
parent
commit
d0cfc8cb73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      internal/models/integrations/aws.go

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

@@ -135,7 +135,7 @@ func (a *AWSIntegration) GetBearerToken(
 
 	tok, err := generator.GetWithOptions(&token.GetTokenOptions{
 		Session:   sess,
-		ClusterID: clusterID,
+		ClusterID: clusterIDGuess,
 	})
 
 	if err != nil {