You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/12/01 16:25:48 UTC

[GitHub] [nifi] greyp9 commented on pull request #6743: NIFI-10919 Correct SCRAM SASL Mechanism for Kafka Components

greyp9 commented on PR #6743:
URL: https://github.com/apache/nifi/pull/6743#issuecomment-1334027466

   ```
   ...
   	sasl.login.refresh.window.factor = 0.8
   	sasl.login.refresh.window.jitter = 0.05
   	sasl.mechanism = GSSAPI
   	security.protocol = PLAINTEXT
   	security.providers = null
   ...
   	sasl.login.refresh.window.factor = 0.8
   	sasl.login.refresh.window.jitter = 0.05
   	sasl.mechanism = SCRAM-SHA-256
   	security.protocol = PLAINTEXT
   	security.providers = null
   ...
   	sasl.login.refresh.window.factor = 0.8
   	sasl.login.refresh.window.jitter = 0.05
   	sasl.mechanism = SCRAM-SHA-512
   	security.protocol = PLAINTEXT
   	security.providers = null
   ...
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org