Bird
0
0

Why does Kafka require the 'sasl.jaas.config' property when using SASL authentication?

hard📝 Conceptual Q10 of 15
Kafka - Security
Why does Kafka require the 'sasl.jaas.config' property when using SASL authentication?
ATo specify the SSL certificate location
BTo provide the login module and credentials for SASL authentication
CTo enable SASL encryption on the network layer
DTo configure Kafka broker addresses
Step-by-Step Solution
Solution:
  1. Step 1: Understand purpose of sasl.jaas.config

    This property defines the Java Authentication and Authorization Service (JAAS) login module and credentials for SASL.
  2. Step 2: Differentiate from SSL and network settings

    It does not specify SSL certificates or network encryption, only authentication details.
  3. Final Answer:

    To provide the login module and credentials for SASL authentication -> Option B
  4. Quick Check:

    sasl.jaas.config sets SASL login module and credentials [OK]
Quick Trick: sasl.jaas.config holds SASL login module and credentials [OK]
Common Mistakes:
MISTAKES
  • Confusing with SSL cert config
  • Thinking it enables encryption
  • Assuming it sets broker addresses
  • Ignoring its role in authentication

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes