How does this work with fine-grained authz with protocol buffers and websockets? #944
danielblignaut
started this conversation in
Ideas
Replies: 1 comment
-
Hello Daniel, It would probably be a some good input for a feature request or the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
this works really well for restful applications where there’s hints of state accessible in the protocol (e.g. path routes with item ID). How would this work:
Both of these could be addressed by making oathkeeper more of an application level frame work and proxy or having custom authorisers per framework? (E.g. grpc, etc.) - this seems like we have this already for REST but it’s just not labelled a “REST authoriser”
Beta Was this translation helpful? Give feedback.
All reactions