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
For extensions, the actions also need to be permitted but the authorization cannot be performed on the Transport layer because the REST request is forwarded to the extension without ever hitting the transport layer.
Authorization needs to be built into the REST layer for requests destined for extensions (or other requests too?) to block the request before it is forwarded.
Extension REST handlers need a mapping to a string that identifies the action that can be permitted.
The text was updated successfully, but these errors were encountered:
Plugins currently permit users to perform actions registered by the plugin via roles. Below is an example of roles added for Anomaly Detection:
For extensions, the actions also need to be permitted but the authorization cannot be performed on the Transport layer because the REST request is forwarded to the extension without ever hitting the transport layer.
Authorization needs to be built into the REST layer for requests destined for extensions (or other requests too?) to block the request before it is forwarded.
Extension REST handlers need a mapping to a string that identifies the action that can be permitted.
The text was updated successfully, but these errors were encountered: