feat: add audit-log-viewer example app [] - #11271
Merged
Andrew Westgard (andrewwestgard-tech) merged 3 commits intoAug 12, 2026
Merged
Conversation
Adds the Audit Log Viewer as a self-hosted reference app under examples/audit-log-viewer. The app reads Contentful audit log files from a customer-owned cloud storage destination (AWS S3, Azure Blob Storage, or Google Cloud Storage) and renders them in a filterable, paginated table with charts — all from inside the Contentful web app. A Contentful-hosted App Action Function holds cloud credentials as Secret installation parameters and generates short-lived signed URLs; the browser never sees the credentials directly. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Andrew Westgard (andrewwestgard-tech)
requested review from
a team
as code owners
August 12, 2026 19:45
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try the Wiz Code extension for VS Code, JetBrains, or Visual Studio. |
…mple - prettier --write across all new example files (CI prettier check diffs against master and was failing on 27 files) - EventsTable.test.tsx was asserting on a Forma 36 Pagination "To next page" control that the component never renders; it uses plain Previous/Next buttons instead Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Mitch Goudy (mgoudy91)
approved these changes
Aug 12, 2026
Mitch Goudy (mgoudy91)
left a comment
Contributor
There was a problem hiding this comment.
Code looks good. Acknowledging that zacharyyankiver and I chatted about the information shown in the log and that it's acceptable with the disclosure
Andrew Westgard (andrewwestgard-tech)
merged commit Aug 12, 2026
4988cc6
into
master
15 checks passed
Andrew Westgard (andrewwestgard-tech)
deleted the
feat/add-audit-log-viewer
branch
August 12, 2026 20:17
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the Audit Log Viewer as a self-hosted reference app under examples/audit-log-viewer. The app reads Contentful audit log files from a customer-owned cloud storage destination (AWS S3, Azure Blob Storage, or Google Cloud Storage) and renders them in a filterable, paginated table with charts — all from inside the Contentful web app.
A Contentful-hosted App Action Function holds cloud credentials as Secret installation parameters and generates short-lived signed URLs; the browser never sees the credentials directly.
Purpose
Approach
Testing steps
Breaking Changes
Dependencies and/or References
Deployment