Description
HADOOP-10607 added a public API Configuration.getPassword() which reads passwords from credential provider and then falls back to reading from configuration if one is not available.
This API has been used throughout Hadoop codebase and downstream applications. It is understandable for old password configuration keys to fallback to configuration to maintain backward compatibility. But for new configuration passwords that don't have legacy, there should be an option to not fallback, because storing passwords in configuration is considered a bad security practice.
Attachments
Issue Links
- blocks
-
HADOOP-15351 Deprecate all existing password fields in hadoop configuration
- Open
-
HDFS-13366 Deprecate all existing password fields in hdfs configuration
- Open
- is related to
-
HADOOP-12862 LDAP Group Mapping over SSL can not specify trust store
- Resolved