You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Long: `boundary creates an isolated network environment for target processes, intercepting HTTP/HTTPS traffic through a transparent proxy that enforces user-defined allow rules.`,
56
56
Options: []serpent.Option{
57
57
{
58
-
Flag: "cliConfig",
58
+
Flag: "config",
59
59
Env: "BOUNDARY_CONFIG",
60
-
Description: "Path to YAML cliConfig file.",
60
+
Description: "Path to YAML config file.",
61
61
Value: &cliConfig.Config,
62
62
YAML: "",
63
63
},
64
64
{
65
65
Flag: "allow",
66
66
Env: "BOUNDARY_ALLOW",
67
-
Description: "Allow rule (repeatable). These are merged with allowlist from cliConfig file. Format: \"pattern\" or \"METHOD[,METHOD] pattern\".",
67
+
Description: "Allow rule (repeatable). These are merged with allowlist from config file. Format: \"pattern\" or \"METHOD[,METHOD] pattern\".",
68
68
Value: &cliConfig.AllowStrings,
69
69
YAML: "", // CLI only, not loaded from YAML
70
70
},
71
71
{
72
72
Flag: "", // No CLI flag, YAML only
73
-
Description: "Allowlist rules from cliConfig file (YAML only).",
73
+
Description: "Allowlist rules from config file (YAML only).",
0 commit comments