[
https://issues.apache.org/jira/browse/HADOOP-17517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17280720#comment-17280720
]
Akira Ajisaka commented on HADOOP-17517:
----------------------------------------
I think It is intentional.
https://hadoop.apache.org/docs/r3.3.0/hadoop-project-dist/hadoop-common/CredentialProviderAPI.html#Keystore_Passwords
{quote}
Hardcoded password is the default. Essentially, when using the default password
for all keystore-based credential stores, we are leveraging the file
permissions to protect the credential store and the keystore password is just a
formality of persisting the keystore.
{quote}
> Non-randomized password used
> ----------------------------
>
> Key: HADOOP-17517
> URL: https://issues.apache.org/jira/browse/HADOOP-17517
> Project: Hadoop Common
> Issue Type: Improvement
> Reporter: Md Mahir Asef Kabir
> Priority: Major
>
> In file
> [https://github.com/apache/hadoop/blob/a89ca56a1b0eb949f56e7c6c5c25fdf87914a02f/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/alias/AbstractJavaKeyStoreProvider.java]
> (at Line 322) non-randomized password is used.
> *Security Impact*:
> Hackers can get access to the non-randomized passwords and compromise the
> system.
> *Solution we suggest*:
> Password should be generated randomly
> *Please share with us your opinions/comments if there is any*:
> Is the bug report helpful?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]