danielqsj / kafka_exporter

Kafka exporter for Prometheus
Apache License 2.0
2.18k stars 610 forks source link

keytab encryption type issue #371

Open dzbeda opened 1 year ago

dzbeda commented 1 year ago

Hi , I think that I have an issue with my keytab encryption type and the krb5.conf

Error Init Kafka Client: kafka: client has run out of available brokers to talk to: [Root cause: Decrypting_Error] KRBMessage_Handling_Error: AS Exchange Error: AS_REP is not valid or client password/keytab incorrect < Decrypting_Error: error decrypting EncPart of AS_REP < Decrypting_Error: error decrypting AS_REP encrypted part: matching key not found in keytab. Looking for "demouser" realm: EXAMPLE.COM kvno: 3 etype: 23

can you please suggest what the encryption type should be in the krb5.conf and the encryption type i need to pass when creating a keytab. thanks