Page MenuHomePhabricator

Add ipset on civicrm role for api.intacct.com
Closed, ResolvedPublic

Description

We need to contact api.intacct.com for the new finance integration. To do so, we need to allow the civi hosts to connect to that host/ips via https. This is related to T413347.

Steps needed:

  • add ipset definition for api.intacct.com
  • add the set to the civicrm role
  • update the iptables rules to allow connections to this new set with proper user restrictions as needed

Event Timeline

Dwisehaupt claimed this task.
Dwisehaupt moved this task from Triage to Done on the fundraising-tech-ops board.

Set entry (api.intacct) created and added to the civicrm role. iptables rules updated for the civicrm role to allow outbound connections to port 443. No user restriction at this time. Verified connection using openssl s_client -connect api.intacct.com:443 and we see the correct certificates.