conduktor.io ↗

Kafka Error DELEGATION_TOKEN_REQUEST_NOT_ALLOWED

Error code 64 · Non-retriable Security

Delegation Token requests are not allowed on PLAINTEXT/1-way SSL channels and on delegation token authenticated channels.

Common Causes

Solutions

Diagnostic Commands

# Check listener config in broker properties grep -E '^listeners|^advertised.listeners|ssl.client.auth' /path/to/server.properties # Search logs for related error messages openssl s_client -connect localhost:9093 -showcerts 2>&1 | grep -E 'subject|issuer|Verify'

Related APIs

This error can be returned by: CreateDelegationToken · DescribeDelegationToken · ExpireDelegationToken · RenewDelegationToken

Debugging Kafka errors? Conduktor Console gives you real-time visibility into your cluster. Explore all errors in the Error Decoder.