syslog-ng source
azure-auth-header-plugin.c File Reference
#include "cfg-parser.h"
#include "plugin.h"
#include "plugin-types.h"
Include dependency graph for azure-auth-header-plugin.c:

Functions

gboolean azure_auth_header_module_init (PluginContext *context, CfgArgs *args)
 

Variables

CfgParser azure_auth_header_parser
 
const ModuleInfo module_info
 

Function Documentation

◆ azure_auth_header_module_init()

gboolean azure_auth_header_module_init ( PluginContext *  context,
CfgArgs *  args 
)

Variable Documentation

◆ azure_auth_header_parser

CfgParser azure_auth_header_parser
extern

◆ module_info

const ModuleInfo module_info
Initial value:
=
{
.canonical_name = "azure_auth_header",
.version = SYSLOG_NG_VERSION,
.description = "HTTP authentication header support for Azure APIs",
.core_revision = SYSLOG_NG_SOURCE_REVISION,
.plugins = azure_auth_header_plugins,
.plugins_len = G_N_ELEMENTS(azure_auth_header_plugins),
}