gaia-app / gaia

Gaia is a Terraform 🌍 UI for your modules, and self-service infrastructure πŸ‘¨β€πŸ’»

Home Page:https://gaia-app.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ› : Cannot select credentials

HamzaZo opened this issue Β· comments

Describe the bug
I import the tf modules manually from bitbucket and while creating a stack I cannot see the created credentials.

Expected behavior
Expected to see the created credentials

Desktop (please complete the following information):

  • OS: [e.g. iOS] MacOs
  • Browser [e.g. chrome, safari] chrome
  • Version [e.g. 22]

Additional context

$ docker ps
docker ps
CONTAINER ID   IMAGE                  COMMAND                  CREATED        STATUS       PORTS                                       NAMES
e13b279656cf   gaia-runner            "java -jar runner.jar"   3 hours ago    Up 3 hours                                               runner_gaia_1
358747527a97   gaia                   "java -jar gaia.jar"     3 hours ago    Up 3 hours   0.0.0.0:8080->8080/tcp, :::8080->8080/tcp   gaia_gaia_1
c29f66cea677   gaia-db                "docker-entrypoint.s…"   3 hours ago    Up 3 hours   27017/tcp                                   gaia_mongo_1
$ docker logs e13b279656cf
2021-08-17 12:41:54.786  INFO 1 --- [   scheduling-1] io.gaia_app.runner.StepPoller            : Polling for pending steps
2021-08-17 12:41:54.787 ERROR 1 --- [   scheduling-1] io.gaia_app.runner.StepPoller            : Unable to connect to gaia find jobs to run : I/O error on GET request for "http://localhost:8080/api/runner/steps/request": Connection refused; nested exception is java.net.ConnectException: Connection refused
...

same error here :(

same here... tested recently

same bug...

  1. can't see credentials
  2. job's plan stuck at [gaia] generating tfvars variable file
  3. in JST time zone Job duration starting from 9hr 00sec
  4. failed jobs return 404 status code when trying to see details from job history

This app has not to much features but exactly what I need. Really good idea but still not ready even for development environments

I figured out credentials problem (at least in my case). It is not intuitive but Main provider inside Module should be same as Credentials provider