MakarkinSAkvelon commented on code in PR #25508:
URL: https://github.com/apache/beam/pull/25508#discussion_r1124987371
##########
playground/docker-compose.local.yaml:
##########
@@ -87,10 +101,13 @@ services:
CACHE_TYPE: remote
CACHE_ADDRESS: redis:6379
SERVER_PORT: 8090
+ PLAYGROUND_MITM_SERVICE_HOST: mitmproxy
+ PLAYGROUND_MITM_SERVICE_PORT: 8080
ports:
- "8090:8090"
depends_on:
- redis
+ - mitmproxy
frontend:
image: apache/beam_playground-frontend
Review Comment:
We're updating the playground to implement MiTM proxy as agreed in the
meeting.
This approach sounds like a design change that will impact development and
scope. If you would like let's discuss this in the coming meeting.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]