Skip to content

Commit

Permalink
fix: move from plaintext to plain sasl mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki authored Mar 3, 2021
1 parent d0ca126 commit 29e972d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public UpdateControl<ManagedKafkaConnection> createOrUpdateResource(
status.setUpdated(Instant.now().toString());
status.setBootstrapServerHost(bootStrapHost);
status.setServiceAccountSecretName(serviceAccountSecretName);
status.setSaslMechanism("PLAINTEXT");
status.setSaslMechanism("PLAIN");
status.setSecurityProtocol("SASL_SSL");

ConditionUtil.setAllConditionsTrue(resource.getStatus().getConditions());
Expand Down

0 comments on commit 29e972d

Please sign in to comment.