You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/12/24 09:20:41 UTC

[GitHub] [ozone] ChenSammi commented on pull request #1734: HDDS-4621. Set, add and remove ACL have no audit logs

ChenSammi commented on pull request #1734:
URL: https://github.com/apache/ozone/pull/1734#issuecomment-750819896


   ACL logs with patch applied. 
   
   
   2020-12-24 16:47:47,191 | INFO  | OMAudit | user=root | ip=10.120.110.183 | op=ADD_ACL {resourceType=volume, storageType=ozone, volume=s3v, bucket=null, key=null, acl=[user:apple:a[ACCESS]]} | ret=SUCCESS |
   2020-12-24 16:48:14,929 | INFO  | OMAudit | user=root | ip=10.120.110.183 | op=REMOVE_ACL {resourceType=volume, storageType=ozone, volume=s3v, bucket=null, key=null, acl=[user:apple:a[ACCESS]]} | ret=SUCCESS |
   2020-12-24 16:48:33,259 | INFO  | OMAudit | user=root | ip=10.120.110.183 | op=SET_ACL {resourceType=volume, storageType=ozone, volume=s3v, bucket=null, key=null, acl=[user:apple:a[ACCESS]]} | ret=SUCCESS |
   2020-12-24 16:48:55,554 | INFO  | OMAudit | user=root | ip=10.120.110.183 | op=SET_ACL {resourceType=bucket, storageType=ozone, volume=s3v, bucket=ozone, key=null, acl=[user:apple:a[ACCESS]]} | ret=SUCCESS |
   2020-12-24 16:49:11,722 | INFO  | OMAudit | user=root | ip=10.120.110.183 | op=REMOVE_ACL {resourceType=bucket, storageType=ozone, volume=s3v, bucket=ozone, key=null, acl=[user:apple:a[ACCESS]]} | ret=SUCCESS |
   2020-12-24 16:49:25,417 | INFO  | OMAudit | user=root | ip=10.120.110.183 | op=ADD_ACL {resourceType=bucket, storageType=ozone, volume=s3v, bucket=ozone, key=null, acl=[user:apple:a[ACCESS]]} | ret=SUCCESS |
   2020-12-24 16:52:05,233 | INFO  | OMAudit | user=root | ip=10.120.110.183 | op=GET_ACL {resourceType=bucket, storageType=ozone, volume=s3v, bucket=ozone, key=null} | ret=SUCCESS |
   2020-12-24 16:52:22,651 | INFO  | OMAudit | user=root | ip=10.120.110.183 | op=GET_ACL {resourceType=volume, storageType=ozone, volume=s3v, bucket=null, key=null} | ret=SUCCESS |
   2020-12-24 16:54:41,820 | INFO  | OMAudit | user=root | ip=10.120.110.183 | op=GET_ACL {resourceType=key, storageType=ozone, volume=s3v, bucket=ozone, key=test1/} | ret=SUCCESS |
   2020-12-24 16:54:53,892 | INFO  | OMAudit | user=root | ip=10.120.110.183 | op=ADD_ACL {resourceType=key, storageType=ozone, volume=s3v, bucket=ozone, key=test1/, acl=[user:apple:a[ACCESS]]} | ret=SUCCESS |
   2020-12-24 16:54:59,528 | INFO  | OMAudit | user=root | ip=10.120.110.183 | op=SET_ACL {resourceType=key, storageType=ozone, volume=s3v, bucket=ozone, key=test1/, acl=[user:apple:a[ACCESS]]} | ret=SUCCESS |
   2020-12-24 16:55:04,806 | INFO  | OMAudit | user=root | ip=10.120.110.183 | op=REMOVE_ACL {resourceType=key, storageType=ozone, volume=s3v, bucket=ozone, key=test1/, acl=[user:apple:a[ACCESS]]} | ret=SUCCESS |
   2020-12-24 17:01:24,818 | INFO  | OMAudit | user=root | ip=10.120.110.183 | op=ADD_ACL {resourceType=key, storageType=ozone, volume=s3v, bucket=ozone, key=test1/io_control/, acl=[user:apple:a[ACCESS]]} | ret=SUCCESS |
   2020-12-24 17:01:31,140 | INFO  | OMAudit | user=root | ip=10.120.110.183 | op=SET_ACL {resourceType=key, storageType=ozone, volume=s3v, bucket=ozone, key=test1/io_control/, acl=[user:apple:a[ACCESS]]} | ret=SUCCESS |
   2020-12-24 17:01:42,191 | INFO  | OMAudit | user=root | ip=10.120.110.183 | op=REMOVE_ACL {resourceType=key, storageType=ozone, volume=s3v, bucket=ozone, key=test1/io_control/, acl=[user:apple:a[ACCESS]]} | ret=SUCCESS |
   2020-12-24 17:03:12,863 | INFO  | OMAudit | user=root | ip=10.120.110.183 | op=SET_ACL {resourceType=key, storageType=ozone, volume=s3v, bucket=ozone, key=tmp/hadoop-yarn/, acl=[user:apple:a[ACCESS]]} | ret=SUCCESS |
   
   
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org