Bird
0
0

Why is it important for a Config Server to support encryption and secure access controls?

hard📝 Conceptual Q10 of 15
Microservices - Configuration and Secrets Management
Why is it important for a Config Server to support encryption and secure access controls?
ATo automatically scale microservices
BTo improve microservice response time
CTo reduce network bandwidth usage
DBecause configuration often contains sensitive data like passwords and API keys
Step-by-Step Solution
Solution:
  1. Step 1: Identify security needs of configuration

    Config files often hold sensitive info like passwords and keys that must be protected.
  2. Step 2: Rule out unrelated options

    Options A, B, and D relate to performance and scaling, not security.
  3. Final Answer:

    Because configuration often contains sensitive data like passwords and API keys -> Option D
  4. Quick Check:

    Config security needed for sensitive data protection [OK]
Quick Trick: Config Server must secure sensitive data like passwords [OK]
Common Mistakes:
  • Confusing security with performance
  • Ignoring sensitive nature of config data
  • Assuming encryption improves speed

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Microservices Quizzes