-
Notifications
You must be signed in to change notification settings - Fork 27
Unable to tunnel services with cf local stage & cf local run #27
Comments
Hi @privettoli, Are you able to |
Hi @sclevine, Yes, I'm able to cf ssh and that the current solution I use (with no cf local). |
I am also experiencing the same issue with on-prem hosted PCF. I am able to connect with |
The service forwarding ( Note that for security, the tunnels aren't active during |
What kind of services can be tunnelled to? I have a few user-provided services that I use for service discovery in an application. The backend services are HTTP APIs. My frontend uses
By showing up, I mean, I can decode the VCAP env variable and see that. But then I am still unable to connect to it from my local app. I tried:
I keep seeing:
|
Hi,
I'm trying to use cf local with on-prem hosted Pivotal CF,
After successful cf login while executing
cf local stage app-dev-green -e -f app-dev-green -p ../target/app-0.0.1-SNAPSHOT.war
I have following errors:
So the problem that I experience is that tunneling of services doesn't work for me, because of firewall restrictions I'm unable to connect to the services from localhost with cf run,
I tried to investigate by reading the repo source code, I have a hypothesis that cf local is unable to get credentials required for staging the app with tunneling,
Please, point me to the right direction to solve the issue,
Thanks in advance,
The text was updated successfully, but these errors were encountered: