简体   繁体   中英

GCP PubSub topic push issue

i have a nodejs docker image app deployed on gke (gcp). This app is just a message subscriber which waits to be notified. I've created a topic (pubsub). iam trying to add a subscription so my app could be notified. but i didn't manage to do it. I tried to add the ip (domain) in google credentials (APIs & Services/credentials) but the process is really shady. Why verify an app deployed in gcp ?? Is there any way around ? thanks

Just in case someone has the kind of issue someday: it is a domain name issue. Even if the pod has an ip in gcp, it must be linked to a real and working dns. Otherwise it wont't work.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM