Skip to content

White List

White List

Overview

As part of the security measures for the GPAS integration, IP whitelisting is implemented to ensure that only authorized systems can access the API. This section provides information about the IP addresses that should be whitelisted.

Environment IP Addresses

The following IP addresses should be whitelisted for communication with GPAS:

EnvironmentIP Address
Stage147.124.216.139

Implementation Requirements

To properly implement IP whitelisting:

  1. Firewall Configuration: Configure your firewall to allow incoming connections only from the whitelisted IP addresses
  2. Reject Unauthorized Requests: Any requests coming from non-whitelisted IP addresses should be rejected with an appropriate error response
  3. Monitor Access Attempts: Monitor and log any access attempts from non-whitelisted IP addresses for security purposes

Adding New IP Addresses

If new environments or systems need to be added to the whitelist:

  1. Contact GPAS technical support to request the IP addresses for the new environment
  2. Update your firewall configuration to include the new IP addresses
  3. Test the connection from the new environment to ensure it works correctly

Security Considerations

IP whitelisting is just one layer of security and should be used in conjunction with other security measures:

  1. SSL/TLS: Ensure all communications are encrypted using SSL/TLS
  2. Authentication: Validate the authentication token in all requests
  3. Signature Verification: Verify the X-Signature header to ensure message integrity
  4. Input Validation: Validate all input parameters to prevent injection attacks

Troubleshooting

If you experience connectivity issues:

  1. Verify IP Configuration: Ensure that the correct IP addresses are whitelisted
  2. Check Firewall Logs: Examine firewall logs to see if requests are being blocked
  3. Test Connectivity: Use tools like ping or telnet to test basic connectivity
  4. Contact Support: If issues persist, contact GPAS technical support for assistance