HADOOP-11493. Fix some typos in kms-acls.xml description. (Contributed by Charles Lamb)
This commit is contained in:
parent
d3268c4b10
commit
aee4500612
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue