#4357·loopback

method to overwrite password for data source connection instead of using config/environment variables

Author: Rushikesh-MuleCreated Jul 7, 2022Updated Oct 16, 2025
Labelsfeature

for security reasons I don't want to store password in config or environment variables so my approach is to get secret password from some API and pass it to framework at runtime while making data source connection. so looking for any solution to pass password at runtime to connection methods. Thanks