<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Robert Truesdell</title>
    <description>The latest articles on DEV Community by Robert Truesdell (@rob_t_pa).</description>
    <link>https://dev.to/rob_t_pa</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F899643%2Ffd65f2ca-9ee7-4cee-acfd-ff67c80d9ace.jpeg</url>
      <title>DEV Community: Robert Truesdell</title>
      <link>https://dev.to/rob_t_pa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rob_t_pa"/>
    <language>en</language>
    <item>
      <title>Early Access for Highly-Secure, Tamperproof Audit Trail</title>
      <dc:creator>Robert Truesdell</dc:creator>
      <pubDate>Fri, 29 Jul 2022 12:46:00 +0000</pubDate>
      <link>https://dev.to/rob_t_pa/early-access-for-highly-secure-tamperproof-audit-trail-2kbk</link>
      <guid>https://dev.to/rob_t_pa/early-access-for-highly-secure-tamperproof-audit-trail-2kbk</guid>
      <description>&lt;p&gt;&lt;em&gt;Calling all app developers who like to check out early-stage products.&lt;/em&gt; &lt;/p&gt;

&lt;p&gt;At Pangea, we've made our cloud-based, tamperproof audit logging implementation available for &lt;a href="https://pangea.cloud/signup/"&gt;early access&lt;/a&gt;, and we're looking for feedback from developers that love to try new things.&lt;/p&gt;

&lt;p&gt;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. &lt;/p&gt;

&lt;p&gt;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).&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;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"}}'
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;If this has you excited, join our &lt;a href="https://pangea.cloud/signup/"&gt;early access program&lt;/a&gt; and help shape the future of our offering. Not quite there yet? Learn more about tamperproof audit logs in our &lt;a href="https://pangea.cloud/docs/blog/a-tamperproof-logging-implementation/"&gt;blog&lt;/a&gt;, and find out about the genesis of Pangea in a &lt;a href="https://pangea.cloud/docs/blog/pangea-uniting-security-for-builders/"&gt;message from our founder&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;For any other questions contact me directly (email:&lt;a href="mailto:rob@pangea.cloud"&gt;rob@pangea.cloud&lt;/a&gt;, twitter:@RobTruesdell).&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
