-
Notifications
You must be signed in to change notification settings - Fork 183
Open
Description
I'm thinking of using accesscontrol in a microservice architecture where multiple microservices will want to share the same authentication rules.
So my question is what pattern is best to solve this problem?
- wrap it in a rpc?
- wrap it in a rest API?
- fetch the grant file from remote location and load it in?
- other....?
Metadata
Metadata
Assignees
Labels
No labels