Commit 7a3ebf6
authored
in_debug_agent: accept only from local machine by default (#5272)
**Which issue(s) this PR fixes**:
Fixes #
**What this PR does / why we need it**:
Usually, in_debug_agent must be explicitly enabled by users who know
what you do.
But, there is an security concern which accepts external access by
default even though user must enable it explicitly.
With this commit, change that behavior a bit secure by default.
**Docs Changes**:
Need to update default.
https://docs.fluentd.org/monitoring-fluentd/monitoring-rest-api#datadog-dd-agent-integration
**Release Note**:
N/A
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>1 parent f741d4e commit 7a3ebf6
2 files changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
49 | 57 | | |
0 commit comments