-
Bug
-
Resolution: Done
-
Major
-
14.0.17.Final, 15.0.0.Final
-
None
When serializing the configuration for a cache to XML/JSON/YAML which contains credentials (JDBC store w with connection pooling, Remote store) the credentials are returned in clear text as part of the configuration.
The issue's impact is limited because only users with the ADMIN permission can retrieve the cache configurations, and the recommended approach for connecting via JDBC is using the `datasource` configuration which does not expose the database credentials.