-
Notifications
You must be signed in to change notification settings - Fork 45
Upcoming envoy makes inlined config almost impossible #273
Copy link
Copy link
Closed
Description
right now, we use something simple like this to run tests.
envoy --config-yaml "admin: {access_log_path: '/dev/stdout', address: {socket_address: {address: '127.0.0.1', port_value: 0}}}"
We're forced to put the access_log_path in there though some reason windows doesn't require it (and if you supply /dev/stdout it will fail)
It seems this is replaced with a more elaborate and futile to inline alternative. envoyproxy/envoy#15461 I'm not sure if they allow opting out of access logs for admin cc @phlax
admin:
access_log:
- name: envoy.access_loggers.stdout
typed_config:
"@type": type.googleapis.com/envoy.extensions.access_loggers.stream.v3.StdoutAccessLog
address:
socket_address:
address: '127.0.0.1'
port_value: 0In any case, it appears a one-liner to try envoy may no longer be possible, so we should update docs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels