This component enables seamless integration between Edgee and OneTrust, allowing you to use OneTrust as the Consent Management Platform on Edgee.
- Download the latest component version from our releases page
- Place the
onetrust.wasm
file in your server (e.g.,/var/edgee/components
) - Add the following configuration to your
edgee.toml
:
[[destinations.consent_management]]
id = "onetrust"
file = "/var/edgee/components/onetrust.wasm"
Prerequisites:
Build command:
edgee components build
Test commands:
edgee components test
cargo test
Test coverage command:
cargo llvm-cov --all-features
Report security vulnerabilities to [email protected]