Skip to content

Commit

Permalink
Revert "HADOOP-13119. Add ability to secure log servlet using proxy u…
Browse files Browse the repository at this point in the history
…sers. Contribute by Yuanbo Liu."

This reverts commit a847903.

Change-Id: I3122a2142f5bdf8507dece930e447556a43cd9ae
(cherry picked from commit 8fad3ec)
(cherry picked from commit fa6a8b7)

 Conflicts:
	hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/TestHttpServerWithSpengo.java
	hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestAuthenticationWithProxyUserFilter.java
  • Loading branch information
omalley authored and iwasakims committed Sep 14, 2020
1 parent f4e0c14 commit ca65409
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 686 deletions.
Expand Up @@ -29,9 +29,8 @@
import java.util.Map;

/**
* Initializes {@link AuthenticationWithProxyUserFilter}
* which provides support for Kerberos HTTP SPNEGO authentication
* and proxy user authentication.
* Initializes hadoop-auth AuthenticationFilter which provides support for
* Kerberos HTTP SPNEGO authentication.
* <p/>
* It enables anonymous access, simple/speudo and Kerberos HTTP SPNEGO
* authentication for Hadoop JobTracker, NameNode, DataNodes and
Expand Down Expand Up @@ -59,10 +58,8 @@ public class AuthenticationFilterInitializer extends FilterInitializer {
public void initFilter(FilterContainer container, Configuration conf) {
Map<String, String> filterConfig = getFilterConfigMap(conf, PREFIX);

// extend AuthenticationFilter's feature to
// support proxy user operation.
container.addFilter("authentication",
AuthenticationWithProxyUserFilter.class.getName(),
AuthenticationFilter.class.getName(),
filterConfig);
}

Expand Down

This file was deleted.

0 comments on commit ca65409

Please sign in to comment.