Skip to content

Commit 846a5b8

Browse files
authored
Merge pull request #171 from DrDroidLab/fix/victoria_logs_headers
feat: Enable network mapper and auto-update in Helm chart, update API…
2 parents f374a82 + 4859b9b commit 846a5b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

credentials/credentials_template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,5 +167,5 @@ connector_name_23:
167167
protocol: "http" # e.g. "http" or "https"
168168
host: sample_host # str, required
169169
port: sample_port # int, required
170-
victoria_logs_headers: sample_json_headers_string # str, optional
170+
victoria_logs_headers: sample_json_headers_string # escaped & stringified json, optional eg: "{\"Authorization\": \"Basic <auth_key>\"}"
171171
ssl_verify: "true" # str, optional (default False)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,5 @@ wcwidth==0.2.13
149149
websocket-client==1.8.0
150150
yarl==1.12.1
151151
zstandard==0.23.0
152-
# Latest version of drdroid-debug-toolkit -> k8s metadata extraction updated
152+
# Latest version of drdroid-debug-toolkit -> victoria logs headers handling
153153
git+https://github.com/DrDroidLab/drdroid-debug-toolkit.git@master

0 commit comments

Comments
 (0)