authentication:
providers:
- id: auth0_jwk
issuer: https://myapp.auth0.com/
jwks_uri: "https://myapp.auth0.com/.well-known/jwks.json"
rules:
- selector: "*"
requirements:
- provider_id: auth0_jwk
curl --request POST \
--url https://myapp.auth0.com/oauth/token \
--header 'content-type: application/json' \
--data '{"client_id":"...","client_secret":"...","audience":"myapp.endpoints.myapp-167610.cloud.goog","grant_type":"client_credentials"}'
python bookstore_client.py --host 35.187.160.23 --port 80 --auth_token $token
grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with (StatusCode.UNAUTHENTICATED, JWT validation failed: Missing or invalid credentials)>
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/010cb1c1-f783-4add-9f80-f0d3b299df39%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.
if auth_token:
metadata.append(('authorization', 'Bearer ' + auth_token))
# shelves = stub.ListShelves(empty_pb2.Empty(), timeout, metadata=metadata)
stub.GetShelf(bookstore_pb2.GetShelfRequest(shelf=1))
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/010cb1c1-f783-4add-9f80-f0d3b299df39%40googlegroups.com.
--Thanks,Sarvani
--
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/0e9eeeda-68b6-41da-970e-7421d6fdb3a4%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/0e9eeeda-68b6-41da-970e-7421d6fdb3a4%40googlegroups.com.
--Thanks,Sarvani
usage:
rules:
# ListShelves methods can be called without an API Key.
- selector: endpoints.examples.bookstore.Bookstore.ListShelves
allow_unregistered_calls: true
authentication:
providers:
- id: auth0_jwk
issuer: https://myapp.auth0.com/
jwks_uri: "https://myapp.auth0.com/.well-known/jwks.json"
rules:
- selector: "*"
requirements:
- provider_id: auth0_jwk
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/010cb1c1-f783-4add-9f80-f0d3b299df39%40googlegroups.com.
--Thanks,Sarvani
--
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/0e9eeeda-68b6-41da-970e-7421d6fdb3a4%40googlegroups.com.
--Thanks,Sarvani--Thanks,Sarvani
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/010cb1c1-f783-4add-9f80-f0d3b299df39%40googlegroups.com.
--Thanks,Sarvani
--
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+unsubscri...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/0e9eeeda-68b6-41da-970e-7421d6fdb3a4%40googlegroups.com.
--Thanks,Sarvani--Thanks,Sarvani--
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/4942d039-679e-48ed-8c87-fd116dd72beb%40googlegroups.com.
grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with (StatusCode.UNAUTHENTICATED, Method doesn't allow unregistered callers (callers without established identity). Please use API Key or other form of API consumer identity to call this API.)>
iMac:bookstore markns$ kubectl logs esp-grpc-bookstore-3787023055-g4wzd esp -f
INFO:Fetching an access token from the metadata service
INFO:Fetching the service configuration from the service management service
nginx: [warn] Using trusted CA certificates file: /etc/nginx/trusted-ca-certificates.crt
10.0.0.1 - - [30/May/2017:19:47:45 +0000] "POST /endpoints.examples.bookstore.Bookstore/GetShelf HTTP/2.0" 403 118 "-" "grpc-python/1.3.5 grpc-c/3.0.0 (osx; chttp2; gentle)"
2017/05/30 19:47:45[warn]9#9: Received non-matching report response service config ID: '', requested: '2017-05-30r0'
10.0.0.1 - - [30/May/2017:19:50:53 +0000] "POST /endpoints.examples.bookstore.Bookstore/GetShelf HTTP/2.0" 401 200 "-" "grpc-python/1.3.5 grpc-c/3.0.0 (osx; chttp2; gentle)"
iMac:bookstore markns$ gcloud service-management configs list --service bookstore2.endpoints.myapp-167610.cloud.goog
CONFIG_ID SERVICE_NAME
2017-05-30r0 bookstore2.endpoints.myapp-167610.cloud.goog
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/010cb1c1-f783-4add-9f80-f0d3b299df39%40googlegroups.com.
--Thanks,Sarvani
--
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/0e9eeeda-68b6-41da-970e-7421d6fdb3a4%40googlegroups.com.
--Thanks,Sarvani--Thanks,Sarvani
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/4942d039-679e-48ed-8c87-fd116dd72beb%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.
--Thanks,Sarvani
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/010cb1c1-f783-4add-9f80-f0d3b299df39%40googlegroups.com.
--Thanks,Sarvani
--
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+unsubscri...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/0e9eeeda-68b6-41da-970e-7421d6fdb3a4%40googlegroups.com.
--Thanks,Sarvani--Thanks,Sarvani
--
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+unsubscri...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/4942d039-679e-48ed-8c87-fd116dd72beb%40googlegroups.com.
--Thanks,Sarvani--
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/c7130e0f-fb10-4bfa-9d4e-24cabb0dedd8%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/010cb1c1-f783-4add-9f80-f0d3b299df39%40googlegroups.com.
--Thanks,Sarvani
--
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/0e9eeeda-68b6-41da-970e-7421d6fdb3a4%40googlegroups.com.
--Thanks,Sarvani--Thanks,Sarvani
--
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/4942d039-679e-48ed-8c87-fd116dd72beb%40googlegroups.com.
--Thanks,Sarvani
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/c7130e0f-fb10-4bfa-9d4e-24cabb0dedd8%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.
--Thanks,Sarvani
Aha! It works!
Thanks very much,Mark
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/010cb1c1-f783-4add-9f80-f0d3b299df39%40googlegroups.com.
--Thanks,Sarvani
--
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+unsubscri...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/0e9eeeda-68b6-41da-970e-7421d6fdb3a4%40googlegroups.com.
--Thanks,Sarvani--Thanks,Sarvani
--
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+unsubscri...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/4942d039-679e-48ed-8c87-fd116dd72beb%40googlegroups.com.
--Thanks,Sarvani
--
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+unsubscri...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/c7130e0f-fb10-4bfa-9d4e-24cabb0dedd8%40googlegroups.com.
--Thanks,Sarvani--
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/14ed1bd5-4cf4-46ce-be5e-30fbc5577306%40googlegroups.com.
You are welcome.
Aha! It works!
Thanks very much,Mark
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/010cb1c1-f783-4add-9f80-f0d3b299df39%40googlegroups.com.
--Thanks,Sarvani
--
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/0e9eeeda-68b6-41da-970e-7421d6fdb3a4%40googlegroups.com.
--Thanks,Sarvani--Thanks,Sarvani
--
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/4942d039-679e-48ed-8c87-fd116dd72beb%40googlegroups.com.
--Thanks,Sarvani
--
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/c7130e0f-fb10-4bfa-9d4e-24cabb0dedd8%40googlegroups.com.
--Thanks,Sarvani
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/14ed1bd5-4cf4-46ce-be5e-30fbc5577306%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.
--Thanks,Sarvani
You are welcome.
Aha! It works!
Thanks very much,Mark
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/010cb1c1-f783-4add-9f80-f0d3b299df39%40googlegroups.com.
--Thanks,Sarvani
--
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+unsubscri...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/0e9eeeda-68b6-41da-970e-7421d6fdb3a4%40googlegroups.com.
--Thanks,Sarvani--Thanks,Sarvani
--
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+unsubscri...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/4942d039-679e-48ed-8c87-fd116dd72beb%40googlegroups.com.
--Thanks,Sarvani
--
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+unsubscri...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/c7130e0f-fb10-4bfa-9d4e-24cabb0dedd8%40googlegroups.com.
--Thanks,Sarvani
--
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+unsubscri...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/14ed1bd5-4cf4-46ce-be5e-30fbc5577306%40googlegroups.com.
----Thanks,Sarvani
You received this message because you are subscribed to a topic in the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-cloud-endpoints/-bwXijZEPyo/unsubscribe.
To unsubscribe from this group and all its topics, 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/90f888f9-683d-4e02-a282-00b517ed7501%40googlegroups.com.