When trying to binding any Bluemix apps to a pre-configured Secure Gateway service, the Secure Gateway is not in the list of services which can be bound to apps. Is there a different way to bind a nodejs app to a Secure Gateway instance?
Asked
Active
Viewed 48 times
0
-
What do you want to do? Do you want to managed the SG or just connect through it? It should be transparent. – data_henrik Jul 04 '17 at 06:20
-
It used to be a requirement to bind the secure gateway to apps wanting to tunnel through it, so I assumed that was still the case? – Matthew Whitehead Jul 05 '17 at 07:45
-
Not needed. You need the URI for the service you want to access, e.g. a JDBC URL. Depending on what you want to do. Here is an old blog on that: https://www.ibm.com/blogs/bluemix/2015/11/twelve-factor-app-avoid-configuration-dependencies/ – data_henrik Jul 05 '17 at 07:54
1 Answers
0
Applications can no longer be bound to the Secure Gateway service. Binding was possible in previous versions but provided no additional functionality to the application.
To have your application use the connectivity provided by Secure Gateway, your application simply needs to call the cloud host:port provided by your destination.

Galen Keene
- 303
- 1
- 10