go run -race services/greeter/cmd/main.go \
    --cert-file=certs/service.crt --key-file=certs/service.key --insecure=true \
    --metrics-method=logged \
    --metrics-period=2s \
    --log=info \
    \
    --client-auth-methods=fake \
    --client-s2s-secret=local-secret-that-is-created-to-be-long-enough-to-satisfy-constraints \
    --client-port=8000 \
    --host-auth-method=fake \
    --peer-auth-method=fake  \
