adoroszlai commented on a change in pull request #2950:
URL: https://github.com/apache/ozone/pull/2950#discussion_r776370015
##########
File path: hadoop-hdds/docs/content/security/SecureOzone.zh.md
##########
@@ -146,12 +146,20 @@ ozone-site.xml 中应进行如下配置:
</thead>
<tbody>
<tr>
- <td>ozone.s3g.authentication.kerberos.principal</th>
- <td>S3 网关服务主体,例如:HTTP/[email protected]</td>
+ <td>ozone.s3g.kerberos.principal</th>
+ <td>S3 网关主体,例如:s3g/_host@REAML</td>
Review comment:
Same typo here:
```suggestion
<td>S3 网关主体,例如:s3g/_HOST@REALM</td>
```
##########
File path: hadoop-hdds/docs/content/security/SecureOzone.md
##########
@@ -166,6 +166,14 @@ All these settings should be made in ozone-site.xml.
</tr>
</thead>
<tbody>
+ <tr>
+ <td>ozone.s3g.kerberos.principal</th>
+ <td>S3 Gateway principal. <br/> e.g. s3g/_host@REAML</td>
Review comment:
Typo:
```suggestion
<td>S3 Gateway principal. <br/> e.g. s3g/_HOST@REALM</td>
```
##########
File path: hadoop-hdds/docs/content/security/SecureOzone.zh.md
##########
@@ -146,12 +146,20 @@ ozone-site.xml 中应进行如下配置:
</thead>
<tbody>
<tr>
- <td>ozone.s3g.authentication.kerberos.principal</th>
- <td>S3 网关服务主体,例如:HTTP/[email protected]</td>
+ <td>ozone.s3g.kerberos.principal</th>
+ <td>S3 网关主体,例如:s3g/_host@REAML</td>
</tr>
<tr>
- <td>ozone.s3g.keytab.file</th>
- <td>S3 网关使用的 keytab 文件</td>
+ <td>ozone.s3g.kerberos.keytab.file</th>
+ <td>S3 网关使用的 keytab 文件,例如:/etc/security/keytabs/s3g.keytab/td>
Review comment:
```suggestion
<td>S3 网关使用的 keytab 文件,例如:/etc/security/keytabs/s3g.keytab</td>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]