[
https://issues.apache.org/jira/browse/HDDS-4586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaoyu Yao resolved HDDS-4586.
------------------------------
Fix Version/s: 1.1.0
Resolution: Fixed
Thanks [~flirmnave] for the contribution and all for the reviews. PR has been
merged.
> Mismatch in prefix of DN and SCM http.auth.type config key
> ----------------------------------------------------------
>
> Key: HDDS-4586
> URL: https://issues.apache.org/jira/browse/HDDS-4586
> Project: Hadoop Distributed Data Store
> Issue Type: Bug
> Components: documentation
> Reporter: Attila Doroszlai
> Assignee: Huang-Mu Zheng
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.1.0
>
>
> {code:title=https://github.com/apache/ozone/blob/327c148582a793860ad97d46bf55997cc1f15029/hadoop-hdds/docs/content/security/SecuringOzoneHTTP.md#enable-simple-authentication-for-scm-http}
> ozone.scm.http.auth.type | simple
> ozone.scm.http.auth.simple.anonymous_allowed | false
> ...
> ozone.datanode.http.auth.type | simple
> ozone.datanode.http.auth.simple.anonymous_allowed | false
> {code}
> versus actual config keys:
> {code:title=https://github.com/apache/ozone/blob/327c148582a793860ad97d46bf55997cc1f15029/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/SCMHTTPServerConfig.java#L32-L33}
> @ConfigGroup(prefix = "hdds.scm.http.auth")
> public class SCMHTTPServerConfig {
> {code}
> and
> {code:title=https://github.com/apache/ozone/blob/327c148582a793860ad97d46bf55997cc1f15029/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/HddsConfigKeys.java#L245-L246}
> public static final String OZONE_DATANODE_HTTP_AUTH_CONFIG_PREFIX =
> "hdds.datanode.http.auth.";
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]