Skip to content

Commit

Permalink
feat(rpc/flipt/auth): add METHOD_NONE to Method enum
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeMac committed Oct 26, 2022
1 parent 25280c8 commit ade17a7
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 27 deletions.
56 changes: 30 additions & 26 deletions rpc/flipt/auth/auth.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion rpc/flipt/auth/auth.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
};

enum Method {
METHOD_TOKEN = 0;
METHOD_NONE = 0;
METHOD_TOKEN = 1;
}

message Authentication {
Expand Down

0 comments on commit ade17a7

Please sign in to comment.