You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to get this working using versions 0.3.7 and 0.3.8 of the image. In my logs I see the following entry:
Aug 29 01:18:09.859350516 [23]: ERROR: Error retrieving adminAccountClient: Empty access id, Pod: 11JbwKP4
Aug 29 01:18:09.859561299 [23]: ERROR: gator login data invalid
I also tried running the image locally passing -e ADMIN_ACCESS_ID=myadmin -e ADMIN_PASSWORD=password and I get the above mentioned error. However if I use and older version it works properly. For example running:
terraform apply -var="image_tag=0.3.6"
Then everything works as expected and I can access the serverless gateway once it boots up.
The text was updated successfully, but these errors were encountered:
I am not able to get this working using versions 0.3.7 and 0.3.8 of the image. In my logs I see the following entry:
I also tried running the image locally passing
-e ADMIN_ACCESS_ID=myadmin -e ADMIN_PASSWORD=password
and I get the above mentioned error. However if I use and older version it works properly. For example running:terraform apply -var="image_tag=0.3.6"
Then everything works as expected and I can access the serverless gateway once it boots up.
The text was updated successfully, but these errors were encountered: