Skip to content
Snippets Groups Projects
Commit 4fa26792 authored by Lyuben Penkovski's avatar Lyuben Penkovski
Browse files

Merge branch 'login-allowed-origins' into 'main'

Add ALLOWED_ORIGINS env variable for login service

See merge request gaia-x/data-infrastructure-federation-services/tsa/workspace!10
parents 1a76b6a8 4c70a12a
Branches
Tags
No related merge requests found
...@@ -4,6 +4,7 @@ HTTP_PORT="8080" ...@@ -4,6 +4,7 @@ HTTP_PORT="8080"
HTTP_IDLE_TIMEOUT="120s" HTTP_IDLE_TIMEOUT="120s"
HTTP_READ_TIMEOUT="10s" HTTP_READ_TIMEOUT="10s"
HTTP_WRITE_TIMEOUT="10s" HTTP_WRITE_TIMEOUT="10s"
ALLOWED_ORIGINS="http://localhost:3000"
POLICY_ADDR="http://policy:8080" POLICY_ADDR="http://policy:8080"
POLICY_LOGIN_PATH="/example/loginEmail/1.0/evaluation" POLICY_LOGIN_PATH="/example/loginEmail/1.0/evaluation"
LINK_LOCATION="https://example.com" LINK_LOCATION="https://example.com"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment