Skip to content

Commit

Permalink
add envoy to whitelist (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
markelliot authored and Robert Fink committed Nov 15, 2017
1 parent a02e60d commit 709e3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launchlib/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 709e3b1

Please sign in to comment.