This is an automated email from the ASF dual-hosted git repository.

xyao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new ad229ea  HDDS-3553. remove hard-code configuration in Gateway.java 
(#901)
ad229ea is described below

commit ad229eaf92cb94e76e9aea0a580521678980595b
Author: Simon0806 <[email protected]>
AuthorDate: Fri May 8 23:57:07 2020 +0800

    HDDS-3553. remove hard-code configuration in Gateway.java (#901)
---
 .../s3gateway/src/main/java/org/apache/hadoop/ozone/s3/Gateway.java      | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/Gateway.java 
b/hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/Gateway.java
index 1a12c56..05208bc 100644
--- 
a/hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/Gateway.java
+++ 
b/hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/Gateway.java
@@ -51,7 +51,6 @@ public class Gateway extends GenericCli {
     OzoneConfiguration ozoneConfiguration = createOzoneConfiguration();
     TracingUtil.initTracing("S3gateway", ozoneConfiguration);
     OzoneConfigurationHolder.setConfiguration(ozoneConfiguration);
-    ozoneConfiguration.set("hadoop.http.authentication.type", "simple");
     UserGroupInformation.setConfiguration(ozoneConfiguration);
     httpServer = new S3GatewayHttpServer(ozoneConfiguration, "s3gateway");
     start();


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

Reply via email to