We are trying to build a Salesforce API integration for our platform that will be called from a service in Cloud Run. The client has asked us for the range of IP addresses that the service will be called from, as their Salesforce account has requires a whitelist of IP addresses for connected apps.
We have mapped a custom domain to the cloud run instance using the Domain Mappings feature, which involved setting some A and AAAA records to map it successfully.
Do we just need to provide the client with this list of IP addresses? Or do we have to go through the process of assigning a static IP address?
We have set up Cloud Run to use a custom domain using the Domain Mappings feature. We're aware it's possible to set up a static IP address https://cloud.google.com/run/docs/configuring/static-outbound-ip we just need to know if it's required if they have asked for a range.