Skip to content

Commit 8a5fd38

Browse files
committed
Adds CODEOWNERS
Signed-off-by: Takeshi Yoneda <[email protected]>
1 parent 9b115cc commit 8a5fd38

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @mathetake

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,19 @@ where `--platform` is optional and can be used to build for multiple platforms.
4141

4242
### Run Envoy + Rust Dynamic Module Docker Image
4343

44-
The example Envoy configuration yaml is in `integration/envoy.yaml` which is also used
44+
The example Envoy configuration yaml is in [`integration/envoy.yaml`](integration/envoy.yaml) which is also used
4545
to run the integration tests. Assuming you built the Docker image with the tag `envoy-with-dynamic-modules:latest`, you can run Envoy with the following command:
4646

4747
```
4848
docker run --network host -v $(pwd):/examples -w /examples/integration envoy-with-dynamic-modules:latest --config-path ./envoy.yaml
4949
```
5050

51-
Then execute, for example, the following command to test the `echo` filter:
51+
Then execute, for example, the following command to test the passthrough and access log filters:
5252

5353
```
5454
curl localhost:1062/uuid
5555
```
5656

57-
to make sure the (passthrough) filter is working.
58-
5957

6058
## Update Envoy Version
6159

0 commit comments

Comments
 (0)