
Apache Kafka ScramCredentialDelete
CertifiedDelete a Kafka SCRAM user credential
Apache Kafka ScramCredentialDelete
Delete a Kafka SCRAM user credential
Removes a SASL/SCRAM credential from a user using the Kafka AdminClient. This operation is destructive and cannot be undone.
type: io.kestra.plugin.kafka.ScramCredentialDeleteExamples
Revoke a decommissioned tenant service account's credential
id: kafka_scram_credential_delete
namespace: company.team
tasks:
- id: delete_credential
type: io.kestra.plugin.kafka.ScramCredentialDelete
properties:
bootstrap.servers: localhost:9092
user: tenant-acme-svc
mechanism: SCRAM_SHA_512
Properties
properties *Requiredobject
Kafka AdminClient properties
Must include bootstrap.servers; accepts any Kafka AdminClient config. Provide base64-encoded content for ssl.keystore.location and ssl.truststore.location when using SSL.
user *Requiredstring
Username
mechanism string
SCRAM_SHA_512SCRAM_SHA_256SCRAM_SHA_512SCRAM mechanism
Defaults to SCRAM_SHA_512.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
timeout string
PT30SAdminClient call timeout
Maximum duration to wait for each AdminClient operation to complete before failing the task. Defaults to PT30S (30 seconds).
Outputs
mechanism string
SCRAM_SHA_256SCRAM_SHA_512SCRAM mechanism
user string
Username