Skip to content

Commit

Permalink
Turns out mixer_codegen was not including the generated gRPC service …
Browse files Browse the repository at this point in the history
…block. Fixed (istio#4396)
  • Loading branch information
guptasu authored Mar 20, 2018
1 parent 3cf740a commit ea3a092
Show file tree
Hide file tree
Showing 16 changed files with 1,214 additions and 14 deletions.
2 changes: 1 addition & 1 deletion bin/mixer_codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ if [ "$opttemplate" = true ]; then
TMPL_PROTOC_MAPPING+="M${i/:/=},"
done

TMPL_PLUGIN="--plugin=$ROOT/bin/protoc-gen-gogoslick-$GOGO_VERSION --gogoslick-${GOGO_VERSION}_out=$TMPL_PROTOC_MAPPING:"
TMPL_PLUGIN="--plugin=$ROOT/bin/protoc-gen-gogoslick-$GOGO_VERSION --gogoslick-${GOGO_VERSION}_out=plugins=grpc,$TMPL_PROTOC_MAPPING:"
TMPL_PLUGIN+=$outdir

descriptor_set="_proto.descriptor_set"
Expand Down

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

82 changes: 81 additions & 1 deletion mixer/template/apikey/template_handler_service.pb.go

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

82 changes: 81 additions & 1 deletion mixer/template/authorization/template_handler_service.pb.go

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

82 changes: 81 additions & 1 deletion mixer/template/checknothing/template_handler_service.pb.go

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

Loading

0 comments on commit ea3a092

Please sign in to comment.