EDU-18300: add OMS PII events to Audit events list#721
Open
PedroAntunesCosta wants to merge 8 commits into
Open
EDU-18300: add OMS PII events to Audit events list#721PedroAntunesCosta wants to merge 8 commits into
PedroAntunesCosta wants to merge 8 commits into
Conversation
Contributor
🧭 Navigation Generation Report❌ Validation Status: FAILEDParse errors: files could not be processed • Duplicate conflicts: 7 slug conflicts found 📝 Auto-commit: Navigation changes committed by workflow (commit 8b3c79a) 📊 Generation Details (click to expand)
🔗 Duplicate Slug Conflicts (7 conflicts)
📋 Generation Log: - Full log: Download navgen.log Generated by nav-generation workflow |
filipewerneck-vtex
approved these changes
May 14, 2026
Document Vale-presente audit actions only in canonical PT plus move order PII events out of EN until localization, keeping EN list aligned with workflow.
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.
Summary
Bundles two related changes to the Audit documentation:
Changes
Reference doc (
events-available-in-audit.md, EN)GetUnmaskedPersonalInformation— Reading of unmasked personal information from an order. (Event details: Order ID.)UpdatePersonalInformation— Update of personal information in an order. (Event details: Order ID.)Announcement (PT canonical + EN/ES placeholders)
docs/pt/announcements/2026/maio/2026-05-12-novos-eventos-disponiveis-no-audit.mddocs/en/announcements/2026/may/2026-05-12-new-events-available-in-audit.mddocs/es/announcements/2026/mayo/2026-05-12-nuevos-eventos-disponibles-en-audit.mdThe announcement bundles audit events shipped via:
vtex/admin-audit#218(VTEX ID —UserLogin,UserLogout, merged)vtex/admin-audit#217+#243(Master Data —*PersonalInformationevents, merged)vtex/admin-audit#257(Orders — OMS PII events, still open — merge must be coordinated before publishing)Why
The Orders application now records new audit events for interactions with personal information, expanding the Audit catalog. The Help Center reference must list every event surfaced in the Audit UI, and merchants are notified via a single bundled announcement.
Related Tasks