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

Clean up and final test

parent 0389b708
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 #9984 failed with stage
in 49 seconds
......@@ -190,19 +190,14 @@ behave-integration:
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
......
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