HADOOP-11493. Fix some typos in kms-acls.xml description. (Contributed by Charles Lamb)

This commit is contained in:
Akira Ajisaka 2015-01-23 11:48:19 +09:00
parent d3268c4b10
commit aee4500612
4 changed files with 9 additions and 6 deletions

View File

@ -750,6 +750,9 @@ Release 2.7.0 - UNRELEASED
HADOOP-11008. Remove duplicated description about proxy-user in site
documents (Masatake Iwasaki via aw)
HADOOP-11493. Fix some typos in kms-acls.xml description.
(Charles Lamb via aajisaka)
Release 2.6.0 - 2014-11-18
INCOMPATIBLE CHANGES

View File

@ -41,7 +41,7 @@
<value>*</value>
<description>
ACL for rollover-key operations.
If the user does is not in the GET ACL, the key material is not returned
If the user is not in the GET ACL, the key material is not returned
as part of the response.
</description>
</property>

View File

@ -299,7 +299,7 @@ $ keytool -genkey -alias tomcat -keyalg RSA
<value>*</value>
<description>
ACL for create-key operations.
If the user does is not in the GET ACL, the key material is not returned
If the user is not in the GET ACL, the key material is not returned
as part of the response.
</description>
</property>
@ -309,7 +309,7 @@ $ keytool -genkey -alias tomcat -keyalg RSA
<value>hdfs,foo</value>
<description>
Blacklist for create-key operations.
If the user does is in the Blacklist, the key material is not returned
If the user is in the Blacklist, the key material is not returned
as part of the response.
</description>
</property>
@ -335,7 +335,7 @@ $ keytool -genkey -alias tomcat -keyalg RSA
<value>*</value>
<description>
ACL for rollover-key operations.
If the user does is not in the GET ACL, the key material is not returned
If the user is not in the GET ACL, the key material is not returned
as part of the response.
</description>
</property>

View File

@ -23,7 +23,7 @@
<value>*</value>
<description>
ACL for create-key operations.
If the user does is not in the GET ACL, the key material is not returned
If the user is not in the GET ACL, the key material is not returned
as part of the response.
</description>
</property>
@ -41,7 +41,7 @@
<value>*</value>
<description>
ACL for rollover-key operations.
If the user does is not in the GET ACL, the key material is not returned
If the user is not in the GET ACL, the key material is not returned
as part of the response.
</description>
</property>