Protects app integrity through the Attestation Gateway.
- The repo includes both unit and integration tests.
- On macOS you need to install
opensslif you haven't already:brew install pkg-config openssl@3 - Integration tests require a local KMS version and Redis, use the following commands to run tests,
docker compose -f tests/docker-compose.test.yml up -d cargo test