
Apache Kafka ScramCredentialDelete
CertifiedDelete a Kafka SCRAM user credential
Apache Kafka ScramCredentialDelete
Certified
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.
yaml
type: io.kestra.plugin.kafka.ScramCredentialDeleteExamples
Revoke a decommissioned tenant service account's credential
yaml
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
Default
SCRAM_SHA_512Possible Values
SCRAM_SHA_256SCRAM_SHA_512SCRAM mechanism
Defaults to SCRAM_SHA_512.
timeout string
Default
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
Possible Values
SCRAM_SHA_256SCRAM_SHA_512SCRAM mechanism
user string
Username