HADOOP-15312. Undocumented KeyProvider configuration keys. Contributed by LiXin Ge.
(cherry picked from commit3fe41c65d8
) (cherry picked from commit1176a128d6
) (cherry picked from commitc6939e9330
)
This commit is contained in:
parent
6b187d2ee0
commit
827d2015c4
|
@ -2464,6 +2464,25 @@
|
|||
</description>
|
||||
</property>
|
||||
|
||||
<property>
|
||||
<name>hadoop.security.key.default.bitlength</name>
|
||||
<value>128</value>
|
||||
<description>
|
||||
The length (bits) of keys we want the KeyProvider to produce. Key length
|
||||
defines the upper-bound on an algorithm's security, ideally, it would
|
||||
coincide with the lower-bound on an algorithm's security.
|
||||
</description>
|
||||
</property>
|
||||
|
||||
<property>
|
||||
<name>hadoop.security.key.default.cipher</name>
|
||||
<value>AES/CTR/NoPadding</value>
|
||||
<description>
|
||||
This indicates the algorithm that be used by KeyProvider for generating
|
||||
key, and will be converted to CipherSuite when creating encryption zone.
|
||||
</description>
|
||||
</property>
|
||||
|
||||
<property>
|
||||
<name>fs.har.impl.disable.cache</name>
|
||||
<value>true</value>
|
||||
|
|
Loading…
Reference in New Issue