-
Notifications
You must be signed in to change notification settings - Fork 67
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
AuthProvider service type #26
Comments
👍 I like the idea. It was not planned, but definitely something we can add. Notice that service types are pluggable, so we can implement it in a separate project (or module under this project). |
@Cafeinoman just a question, what do you call |
Yes, that's it. I begin to work on a (very) simple implementation couple weeks ago, but got a lot work. Missing a lot of test at this time. You can find it on my repo. |
Just had a look. It looks good to me. Yes need more tests (especially polyglot test to be sure it's usable from groovy, js and ruby). |
Is it planned to add a type to be able to discover AuthProvider service. It will be useful for a centralized auth in microservice architecture...
If you are interested, but not have time, I can work on this...
The text was updated successfully, but these errors were encountered: