zalopay-oss / backstage-grpc-playground-backend

A backstage backend plugin support gRPC playground for API entities and normal requests
MIT License
6 stars 3 forks source link

Unable to parse proto with validation rules #9

Open 2m opened 4 months ago

2m commented 4 months ago

I got a Error: illegal value '[' error while trying to load a proto with a validation rule like [(validate.rules).enum = {not_in: [0]}]. Seems like an older protobuf.js limitation: https://github.com/protobufjs/protobuf.js/issues/1549

Would it be possible to bump protobuf.js version to the latest?