Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Firewall ¶
type Firewall struct {
All bool // /v1/*
Metrics bool // /v1/metrics (allow by default)
Nodes bool // /v1/nodes
AgentHealth bool // /v1/agent/health (allow by default)
AgentMembers bool // /v1/agent/members
AgentServers bool // /v1/agent/servers
AgentSelf bool // /v1/agent/self
AgentHost bool // /v1/agent/host
AgentSchedulers bool // /v1/agent/schedulers[/config]
Plugins bool // /v1/plugins
Services bool // /v1/service[s/*]
Status bool // /v1/status/[leader,peers]
}
Click to show internal directories.
Click to hide internal directories.