You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Attila Doroszlai (Jira)" <ji...@apache.org> on 2020/12/14 15:17:00 UTC

[jira] [Created] (HDDS-4586) Mismatch in prefix of DN and SCM http.auth.type config key

Attila Doroszlai created HDDS-4586:
--------------------------------------

             Summary: 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


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