[jira] [Updated] (HDFS-16822) HostRestrictingAuthorizationFilter should pass through requests if they don't access WebHDFS API

2024-01-27 Thread Shilun Fan (Jira)


 [ 
https://issues.apache.org/jira/browse/HDFS-16822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shilun Fan updated HDFS-16822:
--
Hadoop Flags: Reviewed
Target Version/s: 3.3.6, 3.4.0

> HostRestrictingAuthorizationFilter should pass through requests if they don't 
> access WebHDFS API
> 
>
> Key: HDFS-16822
> URL: https://issues.apache.org/jira/browse/HDFS-16822
> Project: Hadoop HDFS
>  Issue Type: Task
>  Components: webhdfs
>Affects Versions: 3.4.0, 3.3.6
>Reporter: Takanobu Asanuma
>Assignee: Takanobu Asanuma
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0, 3.3.6
>
>
> After HDFS-15320, HostRestrictingAuthorizationFilter returns 404 error if the 
> request doesn't access WebHDFS API.
> With this change, the endpoints, such as /conf and /jmx are no longer 
> visible. This is very inconvenient for administrators.
> HostRestrictingAuthorizationFilter should pass through requests if they don't 
> access WebHDFS API.
> This issue is reported by [~hadachi].



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDFS-16822) HostRestrictingAuthorizationFilter should pass through requests if they don't access WebHDFS API

2024-01-27 Thread Shilun Fan (Jira)


 [ 
https://issues.apache.org/jira/browse/HDFS-16822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shilun Fan updated HDFS-16822:
--
Component/s: webhdfs

> HostRestrictingAuthorizationFilter should pass through requests if they don't 
> access WebHDFS API
> 
>
> Key: HDFS-16822
> URL: https://issues.apache.org/jira/browse/HDFS-16822
> Project: Hadoop HDFS
>  Issue Type: Task
>  Components: webhdfs
>Affects Versions: 3.4.0, 3.3.6
>Reporter: Takanobu Asanuma
>Assignee: Takanobu Asanuma
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0, 3.3.6
>
>
> After HDFS-15320, HostRestrictingAuthorizationFilter returns 404 error if the 
> request doesn't access WebHDFS API.
> With this change, the endpoints, such as /conf and /jmx are no longer 
> visible. This is very inconvenient for administrators.
> HostRestrictingAuthorizationFilter should pass through requests if they don't 
> access WebHDFS API.
> This issue is reported by [~hadachi].



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDFS-16822) HostRestrictingAuthorizationFilter should pass through requests if they don't access WebHDFS API

2024-01-27 Thread Shilun Fan (Jira)


 [ 
https://issues.apache.org/jira/browse/HDFS-16822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shilun Fan updated HDFS-16822:
--
Affects Version/s: 3.3.6
   3.4.0

> HostRestrictingAuthorizationFilter should pass through requests if they don't 
> access WebHDFS API
> 
>
> Key: HDFS-16822
> URL: https://issues.apache.org/jira/browse/HDFS-16822
> Project: Hadoop HDFS
>  Issue Type: Task
>Affects Versions: 3.4.0, 3.3.6
>Reporter: Takanobu Asanuma
>Assignee: Takanobu Asanuma
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0, 3.3.6
>
>
> After HDFS-15320, HostRestrictingAuthorizationFilter returns 404 error if the 
> request doesn't access WebHDFS API.
> With this change, the endpoints, such as /conf and /jmx are no longer 
> visible. This is very inconvenient for administrators.
> HostRestrictingAuthorizationFilter should pass through requests if they don't 
> access WebHDFS API.
> This issue is reported by [~hadachi].



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDFS-16822) HostRestrictingAuthorizationFilter should pass through requests if they don't access WebHDFS API

2022-10-25 Thread Takanobu Asanuma (Jira)


 [ 
https://issues.apache.org/jira/browse/HDFS-16822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Takanobu Asanuma updated HDFS-16822:

Description: 
After HDFS-15320, HostRestrictingAuthorizationFilter returns 404 error if the 
request doesn't access WebHDFS API.
With this change, the endpoints, such as /conf and /jmx are no longer visible. 
This is very inconvenient for administrators.
HostRestrictingAuthorizationFilter should pass through requests if they don't 
access WebHDFS API.

This issue is reported by [~hadachi].

  was:
After HDFS-15320, HostRestrictingAuthorizationFilter returns 404 error if it 
receives a request that doesn't access WebHDFS API.
With this change, the endpoints, such as /conf and /jmx are no longer visible. 
This is very inconvenient for administrators.
HostRestrictingAuthorizationFilter should pass through requests if they don't 
access WebHDFS API.

This issue is reported by [~hadachi].


> HostRestrictingAuthorizationFilter should pass through requests if they don't 
> access WebHDFS API
> 
>
> Key: HDFS-16822
> URL: https://issues.apache.org/jira/browse/HDFS-16822
> Project: Hadoop HDFS
>  Issue Type: Task
>Reporter: Takanobu Asanuma
>Assignee: Takanobu Asanuma
>Priority: Major
>  Labels: pull-request-available
>
> After HDFS-15320, HostRestrictingAuthorizationFilter returns 404 error if the 
> request doesn't access WebHDFS API.
> With this change, the endpoints, such as /conf and /jmx are no longer 
> visible. This is very inconvenient for administrators.
> HostRestrictingAuthorizationFilter should pass through requests if they don't 
> access WebHDFS API.
> This issue is reported by [~hadachi].



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDFS-16822) HostRestrictingAuthorizationFilter should pass through requests if they don't access WebHDFS API

2022-10-25 Thread Takanobu Asanuma (Jira)


 [ 
https://issues.apache.org/jira/browse/HDFS-16822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Takanobu Asanuma updated HDFS-16822:

Description: 
After HDFS-15320, HostRestrictingAuthorizationFilter returns 404 error if it 
receives a request that doesn't access WebHDFS API.
With this change, the endpoints, such as /conf and /jmx are no longer visible. 
This is very inconvenient for administrators.
HostRestrictingAuthorizationFilter should pass through requests if they don't 
access WebHDFS API.

This issue is reported by [~hadachi].

  was:
After HDFS-15320, HostRestrictingAuthorizationFilter returns 404 error if it 
receives a request that doesn't access WebHDFS API.
With this change, the endpoints, such as /conf and /jmx are no longer visible. 
This is very inconvenient for administrators.
HostRestrictingAuthorizationFilter should pass through requests if they don't 
access WebHDFS API.


> HostRestrictingAuthorizationFilter should pass through requests if they don't 
> access WebHDFS API
> 
>
> Key: HDFS-16822
> URL: https://issues.apache.org/jira/browse/HDFS-16822
> Project: Hadoop HDFS
>  Issue Type: Task
>Reporter: Takanobu Asanuma
>Assignee: Takanobu Asanuma
>Priority: Major
>  Labels: pull-request-available
>
> After HDFS-15320, HostRestrictingAuthorizationFilter returns 404 error if it 
> receives a request that doesn't access WebHDFS API.
> With this change, the endpoints, such as /conf and /jmx are no longer 
> visible. This is very inconvenient for administrators.
> HostRestrictingAuthorizationFilter should pass through requests if they don't 
> access WebHDFS API.
> This issue is reported by [~hadachi].



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDFS-16822) HostRestrictingAuthorizationFilter should pass through requests if they don't access WebHDFS API

2022-10-25 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDFS-16822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated HDFS-16822:
--
Labels: pull-request-available  (was: )

> HostRestrictingAuthorizationFilter should pass through requests if they don't 
> access WebHDFS API
> 
>
> Key: HDFS-16822
> URL: https://issues.apache.org/jira/browse/HDFS-16822
> Project: Hadoop HDFS
>  Issue Type: Task
>Reporter: Takanobu Asanuma
>Assignee: Takanobu Asanuma
>Priority: Major
>  Labels: pull-request-available
>
> After HDFS-15320, HostRestrictingAuthorizationFilter returns 404 error if it 
> receives a request that doesn't access WebHDFS API.
> With this change, the endpoints, such as /conf and /jmx are no longer 
> visible. This is very inconvenient for administrators.
> HostRestrictingAuthorizationFilter should pass through requests if they don't 
> access WebHDFS API.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org