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

vert.x gateway with spring security ? #111

Closed
tgkprog opened this issue Dec 16, 2015 · 1 comment
Closed

vert.x gateway with spring security ? #111

tgkprog opened this issue Dec 16, 2015 · 1 comment
Labels

Comments

@tgkprog
Copy link

tgkprog commented Dec 16, 2015

Is vert.x a good candidate to expose to the www as a gateway webapp? Meaning an app that makes use of a service broker, discovers other micro services, sends POST & GET (as needed) requests to them, aggregates responses
Can we apply spring security on a vert.x application? If so do you know of a sample ? Want to benefit from spring's security features and vert.x non blocking advantages.

So as technologies go looking for a gateway example that has spring security for external URLs, uses a service broker, has aggregator code that uses the micro services and does other business logic.

Looking for reference app that sits behind a web server, discovers and uses micro services, applies business logic in spring, while being protected by spring security.

@pmlopes
Copy link
Member

pmlopes commented Dec 16, 2015

@tgkprog this is not a issue with the code, if you're looking for support you should consider posting on the user group: https://groups.google.com/forum/#!forum/vertx

Doing so increases the chances someone in the community experienced the same problem and has some tips for you.

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

No branches or pull requests

3 participants