sodonnel commented on code in PR #9687:
URL: https://github.com/apache/ozone/pull/9687#discussion_r2746891041


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/s3/security/S3AssumeRoleRequest.java:
##########
@@ -134,46 +146,51 @@ public OMClientResponse 
validateAndUpdateCache(OzoneManager ozoneManager, Execut
       // Calculate expiration of session token
       final long expirationEpochSeconds = 
clock.instant().plusSeconds(durationSeconds).getEpochSecond();
 
+      // Add tempAccessKeyId to the log so it can be determined which 
permanent user created the tempAccessKeyId
+      auditMap.put("tempAccessKeyId", tempAccessKeyId);

Review Comment:
   @fmorg-git Please create a followup Jira for this. I will go ahead and 
commit this one now so you can rebase any others that are pending.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to