From dd4505b242a6499baa758b77447c77ccdd63f3ce Mon Sep 17 00:00:00 2001 From: Mart van Santen <mart@greenhost.nl> Date: Tue, 30 Nov 2021 07:22:51 +0100 Subject: [PATCH] Clean up and final test --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83ea852..ba75565 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab