Просмотр исходного кода

update cluster id guess to make connected eks work again

Alexander Belanger 4 лет назад
Родитель
Сommit
d0cfc8cb73
1 измененных файлов с 1 добавлено и 1 удалено
  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 {