Skip to content

edgee-cloud/onetrust-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OneTrust component for Edgee

Coverage Status GitHub issues Edgee Component Registry

This component enables seamless integration between Edgee and OneTrust, allowing you to use OneTrust as the Consent Management Platform on Edgee.

Quick Start

  1. Download the latest component version from our releases page
  2. Place the onetrust.wasm file in your server (e.g., /var/edgee/components)
  3. Add the following configuration to your edgee.toml:
[[destinations.consent_management]]
id = "onetrust"
file = "/var/edgee/components/onetrust.wasm"

Development

Building from Source

Prerequisites:

Build command:

edgee components build

Test commands:

edgee components test
cargo test

Test coverage command:

cargo llvm-cov --all-features

Security

Report security vulnerabilities to [email protected]

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published