mirror of
https://github.com/rsyslog/rsyslog.git
synced 2026-06-20 09:52:56 +02:00
- Basic Authentication support & tests
* configured via imhttp option "basicAuthFile". This option should be configured
to point to your htpasswd file generated via a standard htpasswd tool.
tests:
* imhttp-post-payload-basic-auth.sh
* imhttp-post-payload-basic-auth-vg.sh
- Query parameter ingestion capability & tests
use t `addmetadata` option to inject query parameters into
metadata for imhttp input.
Signed-off-by: Nelson Yen <nyen@salesforce.com>
5 lines
173 B
Bash
Executable File
5 lines
173 B
Bash
Executable File
#!/bin/bash
|
|
export USE_VALGRIND="YES"
|
|
#export RS_TEST_VALGRIND_EXTRA_OPTS="--leak-check=full --show-leak-kinds=all"
|
|
source ${srcdir:-.}/imhttp-post-payload-query-params.sh*
|