DEV Community

Cover image for Early Access for Highly-Secure, Tamperproof Audit Trail
Robert Truesdell
Robert Truesdell

Posted on • Updated on

Early Access for Highly-Secure, Tamperproof Audit Trail

Calling all app developers who like to check out early-stage products.

At Pangea, we've made our cloud-based, tamperproof audit logging implementation available for early access, and we're looking for feedback from developers that love to try new things.

Our Secure Audit Logs provide a scalable backend and performant search to satisfy even the lengthiest of data retention requirements without the infrastructure overhead. Built-in redaction helps prevent unnecessary storage of sensitive data, and our unique tamperproofing capability provides cryptographically verifiable evidence that your logs are intact and unmodified.

The audit trail log implementation is very lightweight, with an API interface and Node, Python, and Golang SDKs for easy integration. (see REST API example below).

curl -sSLX POST 'https://audit.aws.us.pangea.cloud/v1/log' \
-H 'Authorization: Bearer pts_ibop3t2cfg4uyrhxjvmtifnnjyrro3ng' \
-H 'Content-Type: application/json' \
-H 'X-Pangea-Audit-Config-ID: pci_yymrsmnpeuiozm7b2abeuhtpt76lxh4r' \
-d '{"event":{"message":"user123 deleted file hello.world","actor":"user123","action":"delete"}}'
Enter fullscreen mode Exit fullscreen mode

If this has you excited, join our early access program and help shape the future of our offering. Not quite there yet? Learn more about tamperproof audit logs in our blog, and find out about the genesis of Pangea in a message from our founder.

For any other questions contact me directly (email:rob@pangea.cloud, twitter:@RobTruesdell).

Top comments (0)