Skip to content

Commit 0d7bfb9

Browse files
committed
oauth2: Add user-agent member field
Signed-off-by: rja5 <rallen99@gmail.com>
1 parent bcc2436 commit 0d7bfb9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/fluent-bit/flb_oauth2.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ struct flb_oauth2_config {
4242
flb_sds_t token_url;
4343
flb_sds_t client_id;
4444
flb_sds_t client_secret;
45+
flb_sds_t user_agent;
4546
flb_sds_t scope;
4647
flb_sds_t audience;
4748
flb_sds_t resource;

0 commit comments

Comments
 (0)