microcks / microcks-ansible-operator

Kubernetes Operator for easy setup and management of Microcks installs
Apache License 2.0
24 stars 5 forks source link

Allow configuration of Kafka OAuth login callback handler class #112

Closed lbroudoux closed 5 months ago

lbroudoux commented 5 months ago

Reason/Context

See microcks/microcks#966 for context

Description

We are introducing a new saslLoginCallbackHandlerClass propertyes under features.async.kafka.authentication that will be used with the SASL_SSL type in order to provide the name of an OAuth login callback handler.

This can be used only if the container image has been extended with custom login callback handler implementation available.

Implementation ideas

No response