Skip to content
Snippets Groups Projects
Commit 0389b708 authored by Mart van Santen's avatar Mart van Santen
Browse files

Where are my hosts?

parent 27b6e4c4
No related branches found
No related tags found
2 merge requests!68Merge loginpanel into main and release 0.5.0,!57Resolve "Add login panel CI/CD to create (docker) image"
Pipeline #9983 passed with stage
in 1 minute
......@@ -126,7 +126,7 @@ behave-integration:
- name: ${CI_REGISTRY_IMAGE}/postgres:${CI_COMMIT_REF_NAME}
alias: postgres
- name: ${CI_REGISTRY_IMAGE}/kratos:${CI_COMMIT_REF_NAME}
alias: kratos-migrate
alias: kratosmigrate
command:
- migrate
- sql
......@@ -139,7 +139,7 @@ behave-integration:
- --config
- /etc/config/kratos.yaml
- name: ${CI_REGISTRY_IMAGE}/hydra:${CI_COMMIT_REF_NAME}
alias: hydra-migrate
alias: hydramigrate
command:
- migrate
- sql
......@@ -148,7 +148,7 @@ behave-integration:
- name: ${CI_REGISTRY_IMAGE}/hydra:${CI_COMMIT_REF_NAME}
alias: hydra
command:
- hydra
- serve
- all
- --dangerous-force-http
- --dangerous-allow-insecure-redirect-urls
......@@ -194,12 +194,12 @@ behave-integration:
# General
KEY: "testapp"
SECRET: "secret"
# image: ${CI_REGISTRY_IMAGE}/behave:${CI_COMMIT_REF_NAME}
image: alpine:3.6
image: ${CI_REGISTRY_IMAGE}/behave:${CI_COMMIT_REF_NAME}
script:
- cat /etc/hosts
- sleep 10
- cat /etc/hosts
- getent hosts
- curl http://hydra:4445/health/alive
- curl http://kratos:4433/health/alive
- curl http://oidc:5000/whoami
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment