Skip to content
Snippets Groups Projects

Resolve "Add login panel CI/CD to create (docker) image"

1 file
+ 1
6
Compare changes
  • Side-by-side
  • Inline
+ 1
6
@@ -94,7+94,7 @@
changes:
- postgres/**/*
kratos:
stage: build
@@ -190,7+190,7 @@
ACCESS_TOKEN_URL: "http://hydra:4444/oauth2/token"
AUTHORIZE_URL: "http://hydra:4444/oauth2/auth"
USERINFO_URL: "http://hydra:4444/userinfo"
SECRETS_SYSTEM: "youReallyNeedToChangeThis"
# General
KEY: "testapp"
SECRET: "secret"
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
- curl http://oidc:5000/status
# Steps to do:
# - create user & access roles & grant access
# - add client applition ID + key for testing
Loading