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


##########
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:
   Actually I created https://issues.apache.org/jira/browse/HDDS-14538 so we 
don't forgot this.



-- 
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