Added by Miguel Sanchez 12 days ago
We have been trying to insert an IP ALLOW LIST to a Docker image, so when we do the SMTP Test we won't get that Gmail IP is not secure
We have tried all forms, with quotes, without them, with the override.yml, and directly
- OPENPROJECT_SSRF_PROTECTION_IP_ALLOWLIST=108.177.16.0/23,142.250.220.0/23
docker exec -it -e OPENPROJECT_SSRF_PROTECTION_IP__ALLOWLIST: "108.177.16.0/23,142.250.220.0/23" openproject-web-1 bundle exec rake setting:available_envs
we will be using smtp relay thru gmail to send the emails, with out them, we can not confirm any users
Can any of you guys help us?