List of questions
Related questions
Question 200 - 200-901 discussion
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?
Communication between the application and the services is not encrypted.
The database credentials should be stored in the configuration files so that they are secured on the same server.
The API keys are stored in the configuration files but should be stored in the vault service.
The synchronization logs should be encrypted and not stored in a relational database.
0 comments
Leave a comment first