Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhan289 committed Mar 20, 2023
1 parent b17b43e commit b16418b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ def __get_authentication_config(self):
"sasl.mechanism": self.config._sasl_mechanism,
"sasl.username": self.config._sasl_plain_username,
"sasl.password": self.config._sasl_plain_password,
# "sasl.oauthbearer.client.id": self.config._sasl_oauth_token_provider.get("client_id"),
# "sasl.oauthbearer.token.endpoint.url": self.config._sasl_oauth_token_provider.get("url"),
# "sasl.oauthbearer.client.secret": self.config._sasl_oauth_token_provider.get("client_secret"),
}

if self.config._sasl_mechanism == "OAUTHBEARER":
Expand Down

0 comments on commit b16418b

Please sign in to comment.