Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -258,19 +258,19 @@
JAMCRC
Jameel
Jaytech
jchap-pnnl

Check warning on line 261 in .github/actions/spelling/allow.txt

View workflow job for this annotation

GitHub Actions / Check Spelling

Ignoring entry because it contains non-alpha characters (non-alpha-in-dictionary)
jemalloc
jemallocator
jetbrains
JetBrains
jhbigler-pnnl

Check warning on line 266 in .github/actions/spelling/allow.txt

View workflow job for this annotation

GitHub Actions / Check Spelling

Ignoring entry because it contains non-alpha characters (non-alpha-in-dictionary)
Jia
Jiayu
jimmystewpot
jlambatl
jndi
Joda
jorgehermo9

Check warning on line 273 in .github/actions/spelling/allow.txt

View workflow job for this annotation

GitHub Actions / Check Spelling

Ignoring entry because it contains non-alpha characters (non-alpha-in-dictionary)
journalctl
jsonnet
jsontag
Expand Down Expand Up @@ -381,6 +381,8 @@
ntapi
ntfs
Odys
oauthbearer
oidc
onig
opendal
Openpeak
Expand Down
9 changes: 9 additions & 0 deletions changelog.d/25328_kafka_oauthbearer_default.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Added support for `sasl.oauthbearer.method=default` in Kafka sink and source. When
`sasl.oauthbearer.token.endpoint.url` is set in `librdkafka_options` and the method is
not `oidc`, Vector now implements the OAUTHBEARER token refresh callback, POSTing to the
configured endpoint per RFC 6749 §4.4 and reading `access_token` and `expires_in` from
the response. This enables OAuth2 providers that return opaque tokens, non-standard JWT
expiry fields, or custom grant types (e.g. `authorization_code`) that are incompatible
with `method=oidc`.

authors: dvilaverde
Loading
Loading