A developer creates a web application that receives a username and password and uses them to sync the credentials to other services through HTTPS. API keys to services are part of the configuration files of the application, but the credentials to the database that stores the synchronization logs are obtained through an external vault service. What is the security issue in this scenario?
A. ommunication between the application and the services is not encrypted
B. he database credentials should be stored in the configuration files so that they are secured on the same server
C. he synchronization logs should be encrypted and not stored in a relational database
D. he API keys are stored in the configuration files but should be stored in the vault service