From cdb310d0f03db380d119a0fc11c245b5661631de Mon Sep 17 00:00:00 2001 From: Valentin Iordanov <valentin.yordanov@vereign.com> Date: Thu, 2 Feb 2023 13:32:58 +0000 Subject: [PATCH] add environments variables for ip filtering --- env/policy.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/env/policy.env b/env/policy.env index b8a5a9d..4d73eff 100644 --- a/env/policy.env +++ b/env/policy.env @@ -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 -- GitLab