Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Envoy extension includes aren't available via external/envoy/... #399

Closed
oschaaf opened this issue Jul 9, 2020 · 1 comment
Closed

Envoy extension includes aren't available via external/envoy/... #399

oschaaf opened this issue Jul 9, 2020 · 1 comment

Comments

@oschaaf
Copy link
Member

oschaaf commented Jul 9, 2020

In the dynamic test server we might use the fault filter as a base class, in which case we need to include
the fault_filter.h. This include isn't available via external/envoy/..., but via extensions/filters/http/fault/fault_filter.h
This can hopefully easily be fixed via a small change in Envoy's build infra, similar to envoyproxy/envoy#8005

oschaaf added a commit to oschaaf/nighthawk that referenced this issue Aug 5, 2020
- Updates the extension build config to add ADDITIONAL_VISIBILITY
- Allows fixing of envoyproxy#399: use the right include path for the fault
  filter.

Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
@oschaaf
Copy link
Member Author

oschaaf commented Aug 5, 2020

Closing, resolved as of #425

@oschaaf oschaaf closed this as completed Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant