In Hybris 6.* is it possible to supplement the database credentials saved in the local.properties file with ones retrieved from any sort of secure vault (HashiCorp, CyberArk, Vault, etc)?
One of the main security concerns for PCI compliance is the directive to have no passwords stored on disk at any time, so being able to avoid having to hard-code our database connection credentials in the local.properties file would be ideal.