This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new dcf2bc79ab HDDS-11066. Fix inaccurate descriptions for http.auth.type
in ozone-default.xml (#6866)
dcf2bc79ab is described below
commit dcf2bc79abdc7a2165d3e019c86533f9a9b58805
Author: Siyao Meng <[email protected]>
AuthorDate: Wed Jun 26 00:41:06 2024 -0700
HDDS-11066. Fix inaccurate descriptions for http.auth.type in
ozone-default.xml (#6866)
---
hadoop-hdds/common/src/main/resources/ozone-default.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/hadoop-hdds/common/src/main/resources/ozone-default.xml
b/hadoop-hdds/common/src/main/resources/ozone-default.xml
index 9b864a65c7..fe6ef0d5e6 100644
--- a/hadoop-hdds/common/src/main/resources/ozone-default.xml
+++ b/hadoop-hdds/common/src/main/resources/ozone-default.xml
@@ -3057,7 +3057,7 @@
<name>hdds.datanode.http.auth.type</name>
<value>simple</value>
<tag>DATANODE, SECURITY, KERBEROS</tag>
- <description> simple or kerberos. If kerberos is set, Kerberos SPNEOGO
+ <description> simple or kerberos. If kerberos is set, SPNEGO
will be used for http authentication.
</description>
</property>
@@ -3065,7 +3065,7 @@
<name>ozone.freon.http.auth.type</name>
<value>simple</value>
<tag>FREON, SECURITY</tag>
- <description> simple or kerberos. If kerberos is set, Kerberos SPNEOGO
+ <description> simple or kerberos. If kerberos is set, SPNEGO
will be used for http authentication.
</description>
</property>
@@ -3073,7 +3073,7 @@
<name>ozone.om.http.auth.type</name>
<value>simple</value>
<tag>OM, SECURITY, KERBEROS</tag>
- <description> simple or kerberos. If kerberos is set, Kerberos SPNEOGO
+ <description> simple or kerberos. If kerberos is set, SPNEGO
will be used for http authentication.
</description>
</property>
@@ -3081,7 +3081,7 @@
<name>hdds.scm.http.auth.type</name>
<value>simple</value>
<tag>OM, SECURITY, KERBEROS</tag>
- <description> simple or kerberos. If kerberos is set, Kerberos SPNEOGO
+ <description> simple or kerberos. If kerberos is set, SPNEGO
will be used for http authentication.
</description>
</property>
@@ -3089,7 +3089,7 @@
<name>ozone.recon.http.auth.type</name>
<value>simple</value>
<tag>RECON, SECURITY, KERBEROS</tag>
- <description> simple or kerberos. If kerberos is set, Kerberos SPNEOGO
+ <description> simple or kerberos. If kerberos is set, SPNEGO
will be used for http authentication.
</description>
</property>
@@ -3097,7 +3097,7 @@
<name>ozone.s3g.http.auth.type</name>
<value>simple</value>
<tag>S3GATEWAY, SECURITY, KERBEROS</tag>
- <description> simple or kerberos. If kerberos is set, Kerberos SPNEOGO
+ <description> simple or kerberos. If kerberos is set, SPNEGO
will be used for http authentication.
</description>
</property>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]