Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
  • Loading branch information
oschaaf committed Aug 4, 2020
1 parent 7a73198 commit 06dc01e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion extensions_build_config.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See https://github.com/envoyproxy/envoy/blob/master/bazel/README.md for details on how this system works.
# See https://github.com/envoyproxy/envoy/blob/master/bazel/README.md#disabling-extensions for details on how this system works.
EXTENSIONS = {
"envoy.filters.http.router": "//source/extensions/filters/http/router:config",
"envoy.filters.http.fault": "//source/extensions/filters/http/fault:config",
Expand Down
11 changes: 6 additions & 5 deletions source/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@ A test-server filter which is capable of generating test responses.
bazel test -c dbg //test/server:http_test_server_filter_integration_test
```

It is possible to enable
[envoy extensions](https://github.com/envoyproxy/envoy/blob/master/source/extensions/extensions_build_config.bzl) by adding them [here](../../extensions_build_config.bzl) before the build.
By default, Nighthawk's test server is set up with the minimum extension set needed
for it to operate as documented.

## Building

```bash
bazel build -c opt :nighthawk_test_server
```

It is possible to
[enable additional envoy extension](https://github.com/envoyproxy/envoy/blob/master/source/extensions/extensions_build_config.bzl) by adding them [here](../../extensions_build_config.bzl) before the build.
By default, Nighthawk's test server is set up with the minimum extension set needed
for it to operate as documented.


## Configuring the test server

`test-server.yaml` sample content
Expand Down

0 comments on commit 06dc01e

Please sign in to comment.