Hello,
Ip Whitelisting is not a security control and is hard to do at Google, it is better to avoid it.
What you can do instead of IP Whitelisting is to use a strong mutual authentication. For example TLS Mutual Auth or application layer security.
Hi @happysoul , Am new to GCP and I am currently working on the same sort of integration, connecting GCP pubsub from PCF application and Using ADFS WIF token to connect GCP pubsub, facing issue with authentication process where am getting un authentication exception whenever ADFS token expired. In our logic we have @bean called "CredentialProvider" which initiated at the start of the application and not initiating again which is causing exception while making a connection to GCP
Can you help me to solve the issue? since you have more understanding on this integration !
Whitelisting might be an interim solution, but isn't the best solution as the IP addresses of Google Cloud Pub/Sub (and other products) are subject to change, without notice.