This component enables seamless integration between Edgee and Axeptio, allowing you to use Axeptio as the Consent Management Platform on Edgee.
- Download the latest component version from our releases page
- Place the
axeptio.wasm
file in your server (e.g.,/var/edgee/components
) - Add the following configuration to your
edgee.toml
:
[[destinations.consent_management]]
id = "axeptio"
file = "/var/edgee/components/axeptio.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 security@edgee.cloud