Skip to content

Commit

Permalink
[Datastore] Fix SASL bug in KafkaSource (mlrun#2504)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Topper authored Oct 23, 2022
1 parent d4cd9bd commit 30c86b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlrun/datastore/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ def __init__(
}
if sasl_user and sasl_pass:
attrs["sasl_user"] = sasl_user
attrs["sasl_user"] = sasl_user
attrs["sasl_pass"] = sasl_pass
super().__init__(attributes=attrs, **kwargs)

def add_nuclio_trigger(self, function):
Expand Down

0 comments on commit 30c86b0

Please sign in to comment.