GoogleCloudPlatform / cloud-run-proxy

Local proxy for authenticating requests to Cloud Run
Apache License 2.0
124 stars 20 forks source link

internal ingress #24

Closed mbrevda closed 1 year ago

mbrevda commented 1 year ago

how does this work if ingress is set to internal only? Can the service still be proxied?

sethvargo commented 1 year ago

No, Cloud Run Proxy requires the service to be publicly accessible OR you need to get your local network onto the VPC (through a bastion host or VPN).