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

more cheese

parent 77e3a814
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 #9903 failed with stages
in 1 minute and 16 seconds
...@@ -134,12 +134,8 @@ behave-integration: ...@@ -134,12 +134,8 @@ behave-integration:
- name: ${CI_REGISTRY_IMAGE}/login:${CI_COMMIT_REF_NAME} - name: ${CI_REGISTRY_IMAGE}/login:${CI_COMMIT_REF_NAME}
alias: oidc alias: oidc
variables: variables:
FLASK_RUN_HOST: 0.0.0.0 OIDC_ONLY: "OIDCONLY"
FLASK_RUN_PORT: 5000 PUBLIC_URL: "http://localhost:5001/"
HYDRA_ADMIN_URL: "http://hydra:4445"
KRATOS_PUBLIC_URL: "http://kratos:4433"
KRATOS_ADMIN_URL: "http://kratos:4434"
PUBLIC_URL: "http://localhost:5000/"
DATABASE_URL: "postgresql://postgres:postgres@postgres/postgres" DATABASE_URL: "postgresql://postgres:postgres@postgres/postgres"
variables: variables:
# Feature Flag FF_NETWORK_PER_BUILD Enables creation of a docker network per build # Feature Flag FF_NETWORK_PER_BUILD Enables creation of a docker network per build
...@@ -147,6 +143,14 @@ behave-integration: ...@@ -147,6 +143,14 @@ behave-integration:
# interconnection. Requires gitlab-runner v12.9.0 # interconnection. Requires gitlab-runner v12.9.0
FF_NETWORK_PER_BUILD: 1 FF_NETWORK_PER_BUILD: 1
DATABASE_HOST: "postgres" DATABASE_HOST: "postgres"
# For login panel
FLASK_RUN_HOST: "0.0.0.0"
FLASK_RUN_PORT: "5000"
HYDRA_ADMIN_URL: "http://hydra:4445"
KRATOS_PUBLIC_URL: "http://kratos:4433"
KRATOS_ADMIN_URL: "http://kratos:4434"
PUBLIC_URL: "http://localhost:5000/"
DATABASE_URL: "postgresql://postgres:postgres@postgres/postgres"
# URLS_LOGIN: "http://login:5000/login" # URLS_LOGIN: "http://login:5000/login"
# URLS_LOGOUT: "http://logout:5002/logout" # URLS_LOGOUT: "http://logout:5002/logout"
# URLS_CONSENT: "http://consent:5001/consent" # URLS_CONSENT: "http://consent:5001/consent"
......
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