curl "https://${ENDPOINTS_HOST}/hello" --header "Authorization: Bearer ${TOKEN}"
--
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/425a370b-5ce8-428b-a159-cd69b5f4c6a3%40googlegroups.com.
"x-google-jwks_uri": "https://www.googleapis.com/service_accounts/v1/jwk/securetoken@system.gserviceaccount.com", |
Hi, Timothy:This is actually an envoy jwt_authn filter issue. It doesn't support x509.We will try to solve this, either on the Envoy side, or on ESPv2 control plane.A short term workaround is instead of using x509 format, please use jwk uri:
"x-google-jwks_uri": "https://www.googleapis.com/service_accounts/v1/jwk/securetoken@system.gserviceaccount.com",Sorry about the inconvenience.RegardsJilin
On Fri, Dec 27, 2019 at 8:36 AM Jilin Xia <jili...@google.com> wrote:
Timothy, I will look into this and get back to you ASAP.Thanks
On Fri, Dec 27, 2019 at 2:16 AM timothy.lin via Google Cloud Endpoints <google-clou...@googlegroups.com> wrote:
Hi all,--I have a ESPv1 which uses firebase authentication that works without problems. I tried to use ESPv2 but it gives a "Jwks remote fetch is failed" error.To reproduce the problem, I replicated https://cloud.google.com/endpoints/docs/openapi/get-started-cloud-functions but added firebase authentication as in https://cloud.google.com/endpoints/docs/openapi/authenticating-users-firebase and tried to access it by
curl "https://${ENDPOINTS_HOST}/hello" --header "Authorization: Bearer ${TOKEN}"and it gave the same error.Any suggestions on fixing the problem?Thanks,Timothy
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/425a370b-5ce8-428b-a159-cd69b5f4c6a3%40googlegroups.com.
--RegardsJilin--RegardsJilin
Hi, Timothy:This is actually an envoy jwt_authn filter issue. It doesn't support x509.We will try to solve this, either on the Envoy side, or on ESPv2 control plane.A short term workaround is instead of using x509 format, please use jwk uri:
"x-google-jwks_uri": "https://www.googleapis.com/service_accounts/v1/jwk/securetoken@system.gserviceaccount.com",Sorry about the inconvenience.RegardsJilin
On Fri, Dec 27, 2019 at 8:36 AM Jilin Xia <jili...@google.com> wrote:
Timothy, I will look into this and get back to you ASAP.Thanks
On Fri, Dec 27, 2019 at 2:16 AM timothy.lin via Google Cloud Endpoints <google-clou...@googlegroups.com> wrote:
Hi all,--I have a ESPv1 which uses firebase authentication that works without problems. I tried to use ESPv2 but it gives a "Jwks remote fetch is failed" error.To reproduce the problem, I replicated https://cloud.google.com/endpoints/docs/openapi/get-started-cloud-functions but added firebase authentication as in https://cloud.google.com/endpoints/docs/openapi/authenticating-users-firebase and tried to access it by
curl "https://${ENDPOINTS_HOST}/hello" --header "Authorization: Bearer ${TOKEN}"and it gave the same error.Any suggestions on fixing the problem?Thanks,Timothy
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/425a370b-5ce8-428b-a159-cd69b5f4c6a3%40googlegroups.com.
--RegardsJilin--RegardsJilin
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endpoints+unsubscri...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/425a370b-5ce8-428b-a159-cd69b5f4c6a3%40googlegroups.com.
--RegardsJilin--RegardsJilin
Hi, Timothy:This is actually an envoy jwt_authn filter issue. It doesn't support x509.We will try to solve this, either on the Envoy side, or on ESPv2 control plane.A short term workaround is instead of using x509 format, please use jwk uri:
"x-google-jwks_uri": "https://www.googleapis.com/service_accounts/v1/jwk/securetoken@system.gserviceaccount.com",Sorry about the inconvenience.RegardsJilin
On Fri, Dec 27, 2019 at 8:36 AM Jilin Xia <jili...@google.com> wrote:
Timothy, I will look into this and get back to you ASAP.Thanks
On Fri, Dec 27, 2019 at 2:16 AM timothy.lin via Google Cloud Endpoints <google-clou...@googlegroups.com> wrote:
Hi all,--I have a ESPv1 which uses firebase authentication that works without problems. I tried to use ESPv2 but it gives a "Jwks remote fetch is failed" error.To reproduce the problem, I replicated https://cloud.google.com/endpoints/docs/openapi/get-started-cloud-functions but added firebase authentication as in https://cloud.google.com/endpoints/docs/openapi/authenticating-users-firebase and tried to access it by
curl "https://${ENDPOINTS_HOST}/hello" --header "Authorization: Bearer ${TOKEN}"and it gave the same error.Any suggestions on fixing the problem?Thanks,Timothy
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/425a370b-5ce8-428b-a159-cd69b5f4c6a3%40googlegroups.com.
--RegardsJilin--RegardsJilin