-
Quality Risk
-
Resolution: Done
-
Minor
-
6.2.0
-
Documentation (Ref Guide, User Guide, etc.)
-
Low
The wiki page describing how to implement SSL in Teiid (https://www.jboss.org/community/wiki/secureclientconnectionsusingsslinteiid) implies that the keystore and trustore password properties (ssl.keystore.Password and ssl.truststore.Password) can be entered in cleartext.
The code, on the other hand, requires them to be encrypted, using the strategy described in http://www.jboss.org/community/wiki/EncryptingpasswordsinTeiid
The documentation needs to be modified to reflect that.