loopback icon indicating copy to clipboard operation
loopback copied to clipboard

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

Open Rushikesh-Mule opened this issue 3 years ago • 0 comments

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

Rushikesh-Mule avatar Jul 07 '22 08:07 Rushikesh-Mule