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

Debugging to login app

parent ac79423b
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 #9902 failed with stages
in 1 minute and 16 seconds
......@@ -125,14 +125,14 @@ behave-integration:
- all
- --dangerous-force-http
- --dangerous-allow-insecure-redirect-urls
- http://localhost:5000/login/
- http://oidc:5000/login
variables:
DSN: memory
URLS_SELF_ISSUER: http://localhost/
URLS_CONSENT: http://localhost:5000/login
URLS_LOGIN: http://localhost:5000/consent
URLS_CONSENT: http://oidc:5000/login
URLS_LOGIN: http://oidc:5000/consent
- name: ${CI_REGISTRY_IMAGE}/login:${CI_COMMIT_REF_NAME}
alias: login
alias: oidc
variables:
FLASK_RUN_HOST: 0.0.0.0
FLASK_RUN_PORT: 5000
......@@ -140,7 +140,7 @@ behave-integration:
KRATOS_PUBLIC_URL: "http://kratos:4433"
KRATOS_ADMIN_URL: "http://kratos:4434"
PUBLIC_URL: "http://localhost:5000/"
DATABASE_URL: "postgresql://postgres:postgres@localhost/postgres"
DATABASE_URL: "postgresql://postgres:postgres@postgres/postgres"
variables:
# Feature Flag FF_NETWORK_PER_BUILD Enables creation of a docker network per build
# with the docker executor of the gitlab-runner. This is required for service
......
......@@ -34,6 +34,7 @@ from ory_kratos_client.model.admin_create_self_service_recovery_link_body import
from ory_kratos_client.model.identity_state import IdentityState
print(os.environ)
# Initaliaze the FLASK app
app = Flask(__name__,
......
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