There was an error while loading. Please reload this page.
1 parent bcc2436 commit 0d7bfb9Copy full SHA for 0d7bfb9
1 file changed
include/fluent-bit/flb_oauth2.h
@@ -42,6 +42,7 @@ struct flb_oauth2_config {
42
flb_sds_t token_url;
43
flb_sds_t client_id;
44
flb_sds_t client_secret;
45
+ flb_sds_t user_agent;
46
flb_sds_t scope;
47
flb_sds_t audience;
48
flb_sds_t resource;
0 commit comments