You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.
@nelsonic, now that dwyl/auth#121 is fixed we can now check roles with the central server easily.
I think we should do this more secure but longer check on external access only, and rely on our local cache for internal doors (which is much quicker).
I'll build in a "failsafe" option so if the external server/internet goes down the system will revert back to its internal cache.
How does this sound to you?
The text was updated successfully, but these errors were encountered:
@th0mas sounds good. 👍
The the endpoint is implemented from the auth side but not yet in rbac
(which I think makes sense given that it already has the necessary dependencies)
Please let me know if you need anything else to make progress on this.
@nelsonic, now that dwyl/auth#121 is fixed we can now check roles with the central server easily.
I think we should do this more secure but longer check on external access only, and rely on our local cache for internal doors (which is much quicker).
I'll build in a "failsafe" option so if the external server/internet goes down the system will revert back to its internal cache.
How does this sound to you?
The text was updated successfully, but these errors were encountered: