Skip to content
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

draft to illustrate adding routing context to grpc #69

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

doctorpangloss
Copy link

Motivation:

This is a much simpler way to add auth and other features. I blew away a lot of Jotschi's changes. Once a RoutingContext is exposed to server stubs / whatever you want to process your grpc stuff with, you can use the pre-existing vertx-web-auth ecosystem flawlessly.

Additionally, this code allows you to return a StatusException and correctly send the status to the client.

Conformance:

You should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md
Please also make sure you adhere to the code style guidelines: https://github.com/vert-x3/wiki/wiki/Vert.x-code-style-guidelines

@vietj
Copy link
Member

vietj commented Oct 7, 2023

this project cannot depend on vertx-web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants