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/04/28 11:22:03 UTC

[GitHub] [hadoop-ozone] captainzmc opened a new pull request #877: HDDS-3496. Make S3_ADMIN_NAME configurable

captainzmc opened a new pull request #877:
URL: https://github.com/apache/hadoop-ozone/pull/877


   ## What changes were proposed in this pull request?
   
   With buckets and volumes created by s3g, the admin user is now ‘OzoneS3Manager’. We need to change it to other users. This can be changed to configurable.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-3496
   
   ## How was this patch tested?
   1、ozone.acl.enableo ozone acl and set ozone.om.s3g.administrator=anyone in ozone-site.xml
   2、create bucket use s3api:
   aws s3api --endpoint-url http://s3g-host:9878 create-bucket --bucket=test
   3、You can see the acl info of the bucket(by default is 'OzoneS3Manager'):
   ozone sh bucket getacl s375201e1bbbdba75e600fcd0273c304ca/test
   
   
   


----------------------------------------------------------------
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: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] captainzmc commented on pull request #877: HDDS-3496. Make S3_ADMIN_NAME configurable

Posted by GitBox <gi...@apache.org>.
captainzmc commented on pull request #877:
URL: https://github.com/apache/hadoop-ozone/pull/877#issuecomment-626302230


   thanks @elek. I'm going to turn off the PR. And we will evaluate whether the HDDS-3385 has any impact on our online clusters.


----------------------------------------------------------------
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: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] elek commented on pull request #877: HDDS-3496. Make S3_ADMIN_NAME configurable

Posted by GitBox <gi...@apache.org>.
elek commented on pull request #877:
URL: https://github.com/apache/hadoop-ozone/pull/877#issuecomment-624658856


   Thanks to fix this issue @captainzmc 
   
   I am not sure if it's still relevant. I think it's not a problem any more as HDDS-3385 removed the create volume call (`s3v` volume is used for all the buckets not s3 bucket is created)


----------------------------------------------------------------
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: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org