Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 : Cannot select credentials #678

Open
HamzaZo opened this issue Aug 17, 2021 · 4 comments
Open

🐛 : Cannot select credentials #678

HamzaZo opened this issue Aug 17, 2021 · 4 comments
Labels
🐛 bug Something isn't working

Comments

@HamzaZo
Copy link

HamzaZo commented Aug 17, 2021

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
...
@HamzaZo HamzaZo added the 🐛 bug Something isn't working label Aug 17, 2021
@ebertti
Copy link

ebertti commented Nov 6, 2021

same error here :(

@candidson
Copy link

same here... tested recently

@5er9e1
Copy link

5er9e1 commented Jun 28, 2022

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

@5er9e1
Copy link

5er9e1 commented Jun 28, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants