Skip to content

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

Closed
nickibi opened this issue Apr 26, 2022 · 6 comments
Closed

gRPC java supports authorization. #9114

nickibi opened this issue Apr 26, 2022 · 6 comments
Labels

Comments

@nickibi
Copy link

nickibi commented Apr 26, 2022

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.

@sanjaypujare
Copy link
Contributor

@nickibi
Copy link
Author

nickibi commented Apr 26, 2022

@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.

@sanjaypujare
Copy link
Contributor

Do you know the Java support is completed or not?

AFAIK Java is complete but I'll let @ejona86 and @ashithasantosh confirm

@ejona86
Copy link
Member

ejona86 commented May 4, 2022

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).

@ejona86
Copy link
Member

ejona86 commented May 18, 2022

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 ejona86 closed this as completed May 18, 2022
@nickibi
Copy link
Author

nickibi commented May 18, 2022

@ejona86 Thanks for sharing the link. The question can be closed.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants