We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f76c23 commit 10859e0Copy full SHA for 10859e0
plugins/out_azure_kusto/azure_msiauth.c
@@ -54,7 +54,7 @@ char *flb_azure_msiauth_token_get(struct flb_oauth2 *ctx)
54
/* Create HTTP client context */
55
c = flb_http_client(u_conn, FLB_HTTP_GET, ctx->uri,
56
NULL, 0,
57
- FLB_AZURE_IMDS_HOST, FLB_AZURE_IMDS_PORT,
+ ctx->host, atoi(ctx->port),
58
NULL, 0);
59
if (!c) {
60
flb_error("[azure msi auth] error creating HTTP client context");
0 commit comments