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

Push gitlab

parent ee54de30
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 #10005 passed with stages
in 1 minute and 57 seconds
...@@ -166,7 +166,6 @@ behave-integration: ...@@ -166,7 +166,6 @@ behave-integration:
# with the docker executor of the gitlab-runner. This is required for service # with the docker executor of the gitlab-runner. This is required for service
# interconnection. Requires gitlab-runner v12.9.0 # interconnection. Requires gitlab-runner v12.9.0
FF_NETWORK_PER_BUILD: 1 FF_NETWORK_PER_BUILD: 1
GIT_SUBMODULE_STRATEGY: "recursive"
OAUTHLIB_INSECURE_TRANSPORT: "true" OAUTHLIB_INSECURE_TRANSPORT: "true"
# For login panel # For login panel
FLASK_RUN_HOST: "0.0.0.0" FLASK_RUN_HOST: "0.0.0.0"
...@@ -176,7 +175,6 @@ behave-integration: ...@@ -176,7 +175,6 @@ behave-integration:
KRATOS_ADMIN_URL: "http://kratos:4434" KRATOS_ADMIN_URL: "http://kratos:4434"
PUBLIC_URL: "http://localhost:5000/" PUBLIC_URL: "http://localhost:5000/"
DATABASE_URL: "postgres://postgres:postgres@postgres/postgres" DATABASE_URL: "postgres://postgres:postgres@postgres/postgres"
# For hydra & kratos
# For hydra # For hydra
URLS_SELF_ISSUER: http://localhost/ URLS_SELF_ISSUER: http://localhost/
URLS_CONSENT: http://oidc:5000/login URLS_CONSENT: http://oidc:5000/login
...@@ -191,9 +189,6 @@ behave-integration: ...@@ -191,9 +189,6 @@ behave-integration:
# Others and old # Others and old
BASE_URL: "http://hydra:4444/" BASE_URL: "http://hydra:4444/"
HYDRA_ADMIN_URL: "http://hydra:4445" HYDRA_ADMIN_URL: "http://hydra:4445"
ACCESS_TOKEN_URL: "http://hydra:4444/oauth2/token"
AUTHORIZE_URL: "http://hydra:4444/oauth2/auth"
USERINFO_URL: "http://hydra:4444/userinfo"
# General # General
KEY: "testapp" KEY: "testapp"
SECRET: "secret" SECRET: "secret"
......
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