Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions api/envoy/service/auth/v2/external_auth.proto
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ message OkHttpResponse {

// Intended for gRPC and Network Authorization servers `only`.
message CheckResponse {
// Status `OK` allows the request. Status `UNKNOWN` causes Envoy to abort. Any other status
// indicates the request should be denied.
// Status `OK` allows the request. Any other status indicates the request should be denied.
google.rpc.Status status = 1;

// An message that contains HTTP response attributes. This message is
Expand Down