Skip to content

[config] fork.toml inherits default 0.0.0.0:9091 metrics bind — exposes fork metrics to LAN #249

@obchain

Description

@obchain

Refs #52

File: config/fork.toml

Problem

PR #50 #213 flagged that default 0.0.0.0 metrics bind exposes endpoint publicly. fork.toml inherits this default. Operator running fork profile on laptop with public Wi-Fi exposes /metrics to the network.

Fix

In config/fork.toml explicitly set:

[metrics]
enabled = true
bind = "127.0.0.1:9091"

Applies regardless of default resolution in PR #50.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinglayer:devopsCI / deploy / infra / telemetrypr-reviewFindings from PR review processpriority:p2-polishNice-to-have / polishstatus:readyScoped and ready to pick up

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions