-
Notifications
You must be signed in to change notification settings - Fork 836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to support grpc-gateway in springboot #657
Comments
I assume you are referring to https://github.com/grpc-ecosystem/grpc-gateway We are slowly working on something like this |
Other than that, you can still use their standalone proxy variant as is. |
Thank you for your reply。You are very niubility!
… 在 2022年4月22日,15:49,ST-DDT ***@***.***> 写道:
Other than that, you can still use their standalone proxy variant as is.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
Any updates? I want to switch my frontend to Protocol Buffers and create a gRPC gateway for all my microservices. However, I'm currently using Spring Security to implement Attribute-Based Access Control (ABAC) authorization model. This means that I have to define REST controllers where I simply call the gRPC client, which I don't think is a great solution. For every new endpoint, I have to implement a new REST controller. It would be great to have something declarative to solve this problem, like what's provided by https://github.com/grpc-ecosystem/grpc-gateway. I'm willing to contribute to this feature if you find it useful. |
Grpc java now offers grpc-servlet that you can use to achieve the same. |
How to support grpc-gateway in springboot? How can I do that rpc and http+json use the same port?
Thank you!
The text was updated successfully, but these errors were encountered: