DEFAULT_AGENT_CN_SUFFIX

Constant DEFAULT_AGENT_CN_SUFFIX 

Source
pub const DEFAULT_AGENT_CN_SUFFIX: &str = "fleet.example.com";
Expand description

Example suffix for canonical agent CNs (agent-<machineId>.<suffix>). Used as a stand-in by ServerState::default() / ServeFlags::default() in tests; NOT a production fallback. Production gets the suffix from --agent-cn-suffix via clap, which is a required argument with no default - the binary refuses to start if it’s unset.