Skip to content

examples/properties run failed #11

@codefinger23

Description

@codefinger23

RT

root cause is propertyPath need change from

var propertyPrefix = []string{
	"route_metadata",
	"filter_metadata",
	"envoy.filters.http.wasm",
}

to

var propertyPrefix = []string{
	"xds",
	"route_metadata",
	"filter_metadata",
	"envoy.filters.http.wasm",
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions