You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
When a gRPC authorization server responds with a message that contains google.rpc.UNKNOWN status, Envoy crashes.
Repro steps:
Implement an Authorization gRPC service that responds with a message contains a CheckResponse message with google.rpc.UNKNOWN status. Envoy should return 403 instead of crashing.
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions.
stalebot
added
the
stale
stalebot believes this issue/PR has not been touched recently
label
Apr 6, 2019
Description:
When a gRPC authorization server responds with a message that contains
google.rpc.UNKNOWN
status, Envoy crashes.Repro steps:
Implement an Authorization gRPC service that responds with a message contains a
CheckResponse
message withgoogle.rpc.UNKNOWN
status. Envoy should return403
instead of crashing.For more details emissary-ingress/emissary#1291
Call Stack:
The text was updated successfully, but these errors were encountered: