Skip to content
Snippets Groups Projects
Commit 4d12a272 authored by Valentin Yordanov's avatar Valentin Yordanov
Browse files

Merge branch 'add-policy-environments' into 'main'

add environments variables for ip filtering

See merge request gaia-x/data-infrastructure-federation-services/tsa/workspace!8
parents 9e27da49 cdb310d0
No related branches found
No related tags found
No related merge requests found
......@@ -20,3 +20,5 @@ AUTH_REFRESH_INTERVAL="1h"
OAUTH_CLIENT_ID="workspace"
OAUTH_CLIENT_SECRET="79bdTGYCKLz9wYSY61vpQF5d4CyZBpsZ"
OAUTH_TOKEN_URL="http://keycloak:8080/realms/workspace/protocol/openid-connect/token"
IP_FILTER_ENABLE="false"
IP_FILTER_ALLOWED_IPS="172.0.0.0/0,192.0.0.0/0"
\ No newline at end of file
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