diff --git a/launchlib/config.go b/launchlib/config.go
index 58f473b9..25c514ae 100644
--- a/launchlib/config.go
+++ b/launchlib/config.go
@@ -64,7 +64,7 @@ type AllowedLauncherConfigValues struct {
 var allowedLauncherConfigs = AllowedLauncherConfigValues{
 	ConfigTypes:    map[string]struct{}{"java": {}, "executable": {}},
 	ConfigVersions: map[int]struct{}{1: {}},
-	Executables:    map[string]struct{}{"java": {}, "postgres": {}, "influxd": {}, "grafana-server": {}},
+	Executables:    map[string]struct{}{"java": {}, "postgres": {}, "influxd": {}, "grafana-server": {}, "envoy": {}},
 }
 
 func ParseStaticConfig(yamlString []byte) (StaticLauncherConfig, error) {