Skip to content

Commit 29e972d

Browse files
authored
fix: move from plaintext to plain sasl mechanism
1 parent d0ca126 commit 29e972d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/rhoas/src/main/java/com/openshift/cloud/controllers/ManagedKafkaConnectionController.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public UpdateControl<ManagedKafkaConnection> createOrUpdateResource(
5353
status.setUpdated(Instant.now().toString());
5454
status.setBootstrapServerHost(bootStrapHost);
5555
status.setServiceAccountSecretName(serviceAccountSecretName);
56-
status.setSaslMechanism("PLAINTEXT");
56+
status.setSaslMechanism("PLAIN");
5757
status.setSecurityProtocol("SASL_SSL");
5858

5959
ConditionUtil.setAllConditionsTrue(resource.getStatus().getConditions());

0 commit comments

Comments
 (0)