afw-org / afw

Adaptive Framework
https://afw.tools
MIT License
4 stars 1 forks source link

Use authorization mode 'intermediate' for accessing more resources adaptors need for their internal use #91

Open mike000000000 opened 1 month ago

mike000000000 commented 1 month ago

Currently user requests to adaptors use 'user' mode to access to resources needed internally by the adaptor. For resources not directly visible to user, 'intermediate' mode is more appropriate instead in many cases such as when the mapping adaptor accesses objects during mapping.

mike000000000 commented 1 month ago

91 switches to 'intermediate' mode if not in 'core' mode to access models and to access mapped objects along other resources. During user callbacks on get_object and retrieve_objects, it switches back to the mode they were called with.

@JeremyGrieshop let's talk about the appropriate tests to make sure this is secure when you have time.