feat(qov-2294): Handle ACCESS_DENIED audit log - #3018
Merged
Merged
Conversation
|
View your CI Pipeline Execution ↗ for commit cd1c2d0
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗ ☁️ Nx Cloud last updated this comment at |
Contributor
There was a problem hiding this comment.
All reported issues were addressed across 4 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## staging #3018 +/- ##
===========================================
+ Coverage 50.84% 50.99% +0.14%
===========================================
Files 1313 1361 +48
Lines 28937 29747 +810
Branches 8637 8818 +181
===========================================
+ Hits 14713 15169 +456
- Misses 11822 12103 +281
- Partials 2402 2475 +73
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
mzottolaqovery
force-pushed
the
qov-2294
branch
from
September 25, 2026 12:11
8629f2d to
cd1c2d0
Compare
RemiBonnet
approved these changes
Sep 25, 2026
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
Issue: https://qovery.atlassian.net/browse/QOV-2294
Handle Access Denied audit log type
Screenshots / Recordings
Testing
yarn testoryarn test -u(if you need to regenerate snapshots)yarn formatyarn lintPR Checklist
.cursor/rules)feat(service): add new Terraform service) - required for semantic-releaseSummary by cubic
Marks
ACCESS_DENIEDaudit log events as failed so they render with the red failure tag instead of appearing neutral.OrganizationEventType.ACCESS_DENIEDto failed event detection alongside existing event types containing "fail".qovery-typescript-axiosto 1.1.988 to expose the newACCESS_DENIEDconstant.ACCESS_DENIEDandPOLICY_FAILEDrendering as failed events.Written for commit cd1c2d0. Summary will update on new commits.