Blob service should be able to be configured through environment
variables and arguments. This enables this scenario for the grpc port and
localstack url.
https://linear.app/comm/issue/ENG-2310
Depends on D6463
Differential D6464
[Services] Use clap to provide configurable cli experience to blob service • jon on Jan 30 2023, 7:20 AM. Authored by Tags None Referenced Files
Details Blob service should be able to be configured through environment https://linear.app/comm/issue/ENG-2310 Depends on D6463 RUST_LOG=debug cargo run -- --port 50050 # should see aws config logic sudo lsof -i -P | grep LISTEN | grep 50050 # should see process bound to port Integration tests need additional work to test integration more thoroughly.
Diff Detail
Event TimelineComment Actions Glad to see this in Blob service too!
Btw, do you have any plans/ideas on how to tidy up the whole services infra config?
|