@@ -70,7 +70,7 @@ dependencies = ["docker_network"]
7070script = " docker compose -f tests/_common/oidc-mock/docker-compose.yaml up -d && sleep 5 && curl -s -o /dev/null http://localhost:5151/.well-known/openid-configuration"
7171
7272[tasks .integration_test ]
73- env = { OIDC_DISCOVERY_URL = " http://localhost:5151" , OIDC_CLIENT_ID = " client" , OIDC_CLIENT_SECRET = " secret" , RUST_LOG = " INFO" }
73+ env = { OIDC_PROVIDER = " http://localhost:5151" , OIDC_CLIENT_ID = " client" , OIDC_CLIENT_SECRET = " secret" , RUST_LOG = " INFO" }
7474command = " cargo"
7575args = [" test" , " --no-fail-fast" , " --test" , " integration_test" ]
7676
@@ -86,7 +86,7 @@ docker run --name feedback-fusion -d \
8686 -e POSTGRES_PASSWORD=password \
8787 -e POSTGRES_DATABASE=postgres \
8888 -e POSTGRES_ENDPOINT=postgres:5432 \
89- -e OIDC_DISCOVERY_URL =http://oidc-server-mock \
89+ -e OIDC_PROVIDER =http://oidc-server-mock \
9090 -e OIDC_ISSUER=http://localhost:5151 \
9191 -e RUST_LOG=DEBUG \
9292 --network feedback-fusion -p 8000:8000 feedback-fusion
@@ -125,7 +125,7 @@ docker run --name feedback-fusion -d \
125125 -e MYSQL_PASSWORD=password \
126126 -e MYSQL_DATABASE=database \
127127 -e MYSQL_ENDPOINT=mysql:3306 \
128- -e OIDC_DISCOVERY_URL =http://oidc-server-mock \
128+ -e OIDC_PROVIDER =http://oidc-server-mock \
129129 -e OIDC_ISSUER=http://localhost:5151 \
130130 -e RUST_LOG=DEBUG \
131131 --network feedback-fusion -p 8000:8000 feedback-fusion
@@ -183,7 +183,7 @@ docker run --name feedback-fusion -d \
183183 -e MSSQL_PASSWORD=Password1 \
184184 -e MSSQL_DATABASE=master \
185185 -e MSSQL_ENDPOINT=mssql:1433 \
186- -e OIDC_DISCOVERY_URL =http://oidc-server-mock \
186+ -e OIDC_PROVIDER =http://oidc-server-mock \
187187 -e OIDC_ISSUER=http://localhost:5151 \
188188 -e RUST_LOG=DEBUG \
189189 --network feedback-fusion -p 8000:8000 feedback-fusion
0 commit comments