Add serverless service type #169
Labels
feature
New feature to be developed
investigate
Issue or new component that needs further exploration
question
Milestone
Magpie starts its journey as a services adapter for twitcher.
All services have a private url proxied by twitcher and magpie keep a resources / permissions database allowing twitcher to authorize or block access to them.
However, Magpie alone provides authentification and has a complete API to handle resources / permissions. So the following question arises : What if I want to use Magpie as a service to handle permissions of my micro-service that doesn't have any public API to be protected by Twitcher?
So the current issue is to bring that possibility to Magpie. We should be able to register a micro-service as a serverless service type. Magpie will not let Twitcher access it. The micro-service would then be responsible of creating its resources and checking itself the permissions.
The text was updated successfully, but these errors were encountered: