--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endpoints+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/47fcd904-c0de-4c20-88a7-c8e5ea9f366c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Alex, please send me your bug number and I will make sure all relevant teams are looking at it.
On Wednesday, April 25, 2018, Alex Van Boxel <alex.v...@gmail.com> wrote:
Just updated the ESP to 1.17.0... no effect, the support engineer is getting a Kubernetes specialist, but I don't think it's a Kubernetes issue at all.--
On Wednesday, April 25, 2018 at 1:23:19 PM UTC+2, Alex Van Boxel wrote:OK, this confirms that it's an issue on Google side. I have opened a P1 ticket, it's a dangerous and blocking situation. On our dev cluster people can't deploy new features to test, we can't deploy to production. Or when a scale up occurs the complete site can go down.I seems like a new single point of failure.
On Wednesday, April 25, 2018 at 12:49:19 PM UTC+2, li...@vedra.io wrote:This error is also occuring on our cluster/project. Nothing has changed on our cluster.
Started when we were using the default service account, but it still persists when I moved to a dedicated service account. It occurs with both managed rollout and specifying a version.
On Wednesday, April 25, 2018 at 9:42:47 AM UTC, Alex Van Boxel wrote:All new kubernetes pods that are being created with endpoints (all of them) are now crash-looping because we get an un-authorized. Although our production is not down yet, if this continues we will be!Is something changed?! We're experiencing this over different projects. The endpoints use a dedicated service account, with the correct scope :Cloud Trace AgentService ControllerERROR:Fetching service config failed (status code 403, reason Forbidden, url https://servicemanagement.googleapis.com/v1/services/XXXX/config?configId=2018-04-05r1)It's been working for months. Nothing is changed on the service account, cluster is the same...
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/47fcd904-c0de-4c20-88a7-c8e5ea9f366c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--DC
Hi - I get the same error now. Is there an issue now?ERROR:Fetching service config failed (status code 403, reason Forbidden, url https://servicemanagement.googleapis.com/v1/services/XXXX/config?configId=2018-05-19r0)
Thanks,Prem
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endpoints+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/a5315388-aad5-402a-be06-961fcaf38ea2%40googlegroups.com.
cat /var/log/nginx/error.log
INFO:Fetching an access token from the metadata service
INFO:Fetching the service name from the metadata service
INFO:Service name: echo-api.endpoints.example-serious-unison-203011.cloud.goog
INFO:Fetching the service config rollout strategy from the metadata service
INFO:Service config rollout strategy: managed
INFO:Fetching the service config ID from the metadata service
INFO:Service config ID:2018-07-23r3
INFO:Fetching the service configuration from the service management service
ERROR:Fetching service config failed (status code 403, reason Forbidden, url https://servicemanagement.googleapis.com/v1/services/echo-api.endpoints.example-serious-unison-203011.cloud.goog/config?configId=2018-07-23r3)
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/7804e8e2-0d76-4353-9455-641a69ee470b%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endpoints+unsub...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/52f0d6ca-adf0-4b46-81ee-46e43f741fea%40googlegroups.com.
It is possible that your service account doens't have permission to fetch the service config; maybe from different project?Another suspicious is the service name maybe wrong. Usually, service name is suffixed with "cloud.goog", not just "echo-api"
On Sat, Oct 26, 2019 at 10:34 AM <marty....@partner.main-incubator.com> wrote:
Have you solved it?--I am also experiencing the same issue when doing the GKE Tutorial with Endpoints.Also tried it with a custom service key with a service user that has even admin rights and still nothing changed.
Am Dienstag, 16. Juli 2019 17:30:22 UTC+2 schrieb ralph...@ngpems.com.mt:I've also exported the service account key to a json file and passed it to the container but did not work either:sudo docker run -v /esp/serviceaccount.json:/esp/serviceaccount.json --name=esp --detach --publish=80:8080 --net=esp_net gcr.io/endpoints-release/endpoints-runtime:1 --service=echo-api --rollout_strategy=managed --backend=echo:8080 --service_account_key=/esp/serviceaccount.json
On Tuesday, July 16, 2019 at 5:14:45 PM UTC+2, Ralph wrote:I am following Getting started with Cloud Endpoints on Compute Engine tutorial at:As soon as I run the esp container, this exists immediately:sudo docker run --name=esp --detach --publish=80:8080 --net=esp_net gcr.io/endpoints-release/endpoints-runtime:1 --service=echo-api --rollout_strategy=managed --backend=echo:8080Logs show the 403 error:sudo docker logs -t esp2019-07-16T15:05:10.413346506Z INFO:Fetching an access token from the metadata service2019-07-16T15:05:10.479765556Z INFO:Fetching the service config ID from the rollouts service2019-07-16T15:05:10.672513927Z ERROR:Fetching rollouts failed (status code 403, reason Forbidden, url https://servicemanagement.googleapis.com/v1/services/echo-api/rollouts?filter=status=SUCCESS)I also tried creating a custom service account with the above mentioned roles (servicemanagement.serviceController and cloudtrace.agent), created a new vm using such account, still same error.Kindly adviceThanks
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endpoints+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/52f0d6ca-adf0-4b46-81ee-46e43f741fea%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/1a99d3eb-d334-47ec-8b13-9a0c9b6cc558%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endpoints+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/52f0d6ca-adf0-4b46-81ee-46e43f741fea%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endpoints+unsub...@googlegroups.com.