-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HDDS-12095. Include AWS request ID in S3G audit logs #7725
HDDS-12095. Include AWS request ID in S3G audit logs #7725
Conversation
Thanks @peterxcli for the patch. S3 acceptance tests are failing due to:
https://github.com/peterxcli/ozone/actions/runs/12866814923 Also, integration tests are failing with:
https://github.com/peterxcli/ozone/actions/runs/12866814923/job/35870718714#step:6:2861 |
@adoroszlai Thanks for reminding the error tests, just fixed them, PTAL. Thanks! |
Thanks @peterxcli for fixing the tests. There is one more: TestMultipartObjectGet. |
f64d1f7
to
33e3032
Compare
Hi @adoroszlai, I’ve just started contributing to this project, and I had a quick question. Do I need to attach the CI run link to each PR, or is there a more convenient way to locate the CI runs without navigating to my fork and finding the action through the latest commit name? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@peterxcli Thanks for picking this up. LGTM +1.
Thank you, and welcome to Ozone!
When opening new PR:
This is a direct link to CI runs in your fork: |
Thanks @peterxcli for the patch, @ivandika3 for the review. |
What changes were proposed in this pull request?
We have a RequestIdentifier object that is used to generate the request ID and amz ID to the S3 response.
It will be useful to include this S3G audit so that it's easier to for the administrators to locate problematic request from the audit logs when only request ID is provided.
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-12095
How was this patch tested?
unit tests