-
Notifications
You must be signed in to change notification settings - Fork 3.9k
gRPC java supports authorization. #9114
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
Comments
You may want to look at this https://github.com/grpc/proposal/blob/master/A43-grpc-authorization-api.md |
@sanjaypujare Thanks for sharing the link. That's very helpful. Do you know the Java support is completed or not? From the status in the link: https://github.com/grpc/proposal/blob/master/A43-grpc-authorization-api.md, currently it only supports C++, C-core and Go. |
AFAIK Java is complete but I'll let @ejona86 and @ashithasantosh confirm |
This work is not complete in Java. I'll note that making an authz policy is pretty easy in grpc with an interceptor. The main value of the gRPC authz interceptor is being able to update the Authz rules without rebuilding your binary (as you might need to do for a custom policy). |
You probably want to subscribe to #8934 to notice when it starts making progress again. Seems like this is answered. If not, comment, and it can be reopened. |
@ejona86 Thanks for sharing the link. The question can be closed. |
I looked at the SECURITY doc: https://github.com/grpc/grpc-java/blob/master/SECURITY.md#security-policy, which is mainly focusing on authentication. I am wondering whether there is any native authorization support from gRPC Java? Thanks.
The text was updated successfully, but these errors were encountered: