Early Access for Highly-Secure, Tamperproof Audit Trail

rob_t_pa

Robert Truesdell

Posted on July 29, 2022

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).

💖 💪 🙅 🚩
rob_t_pa
Robert Truesdell

Posted on July 29, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

What was your win this week?
weeklyretro What was your win this week?

November 29, 2024

Where GitOps Meets ClickOps
devops Where GitOps Meets ClickOps

November 29, 2024

How to Use KitOps with MLflow
beginners How to Use KitOps with MLflow

November 29, 2024

Modern C++ for LeetCode 🧑‍💻🚀
leetcode Modern C++ for LeetCode 🧑‍💻🚀

November 29, 2024