Expand description
Security gate trait for plugin host function calls.
Decouples the plugin WASM runtime from the full security interceptor stack.
Test implementations (AllowAllGate, DenyAllGate) are provided for
unit testing. A concrete [SecurityInterceptorGate] adapter wrapping
astrid-approval’s SecurityInterceptor is available behind the
approval feature flag.
Structs§
- Allow
AllGate - Security gate that permits all operations (for testing).
- Deny
AllGate - Security gate that denies all operations (for testing).
Traits§
- Plugin
Security Gate - Security gate for plugin host function calls.