Skip to content

Commit 6e9e57b

Browse files
committed
Disable OAuth Bearer definitions
1 parent 75f2bc8 commit 6e9e57b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Crdkafka/custom/config/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@
145145
// WITH_SASL_SCRAM
146146
#define WITH_SASL_SCRAM 1
147147
// WITH_SASL_OAUTHBEARER
148-
#define WITH_SASL_OAUTHBEARER 1
148+
#define WITH_SASL_OAUTHBEARER 0
149149
// WITH_OAUTHBEARER_OIDC
150-
#define WITH_OAUTHBEARER_OIDC 1
150+
#define WITH_OAUTHBEARER_OIDC 0
151151
// regex
152152
#define HAVE_REGEX 1
153153
// strndup

0 commit comments

Comments
 (0)