Questions tagged [secure-gateway]

The Secure Gateway service provides you with a secure way to access your on-premises or cloud data from your Bluemix application through a secure passage.

IBM Secure Gateway for Bluemix provides many key features for helping Bluemix users connect their cloud applications to on-premises resources. It provides a full services User Interface (UI) and well as an SDK (url: https://www.npmjs.com/package/bluemix-secure-gateway). Beside the typical online Bluemix documentation there are also several sample and blog posts to assist users to quickly and easily use the service.

109 questions
1
vote
1 answer

Solaris MQ accessing Message Hub in Bluemix via secure gateway

I'm testing to bridge messages from WMQ in Solaris to Message Hub - Bluemix and vice versa using Secure Gateway. Since secure gateway client is not available for Solaris , what is the option for using secure gateway client in Solaris ?
Vignesh
  • 949
  • 2
  • 21
  • 38
1
vote
1 answer

HTTPS via Secure Gateway

I'm trying to basically make one of the Watson services available on-premise by using the Secure Gateway. It's working fine with basic HTTP traffic, but I'm in doubt how to configure HTTPS traffic of for instance the Watson Conversation service on…
ThomasBPG
  • 11
  • 2
1
vote
1 answer

How to protect REST API with wso2 IS?

I now have a NodeJS REST API. It is CRUD service. Does anyone know how to secure/protect my APIs step by step with wso2 OAuth2?
1
vote
1 answer

Connect nodeJs app to on-premise server using Secure Gateway

I'm trying to connect from a nodejs webapp to a REST api hosted on premise. I bounded a Secure Gateway instance and created a destination on port 80 to the machine where the SG client for RHEL 6 is running. The request is still throwing a Timeout…
user2282936
  • 97
  • 1
  • 6
1
vote
1 answer

How to install IBM Secure Gateway client on Windows server with a internet access with Proxy

How can I enable the Secure Gateway client to use my proxy settings. The client uses npm bundled with the installation. I cannot pass proxy config as npm configuration. I tried setting http_proxy as system parameter but it seems not used. I see…
1
vote
1 answer

configure the secure gateway ip tables to allow connections from api connect

I want to expose some APIs in Bluemix from my datacenter using API Connect and the Secure Gateway, but I need that just API Connect can call this APIs because I am going to secure them with this service. I have been trying to do this with the IP…
1
vote
0 answers

PHP (Bluemix) Secure Gateway, how to connect and get data?

So I have a secure gateway on bluemix. The secure gateway is connecting to LDAP Service on my local premise. In the secure gateway I have configured a mutual TLS. For Now, I'm using React\socket-client to connect, and it connect successfully. I just…
Sen
  • 308
  • 2
  • 13
1
vote
1 answer

How to specify IBM Containers' IP to register

I use Secure Gateway to integrate my apps on Bluemix with On-premise resources. I read the following instruction: https://new-console.ng.bluemix.net/docs/services/SecureGateway/sg_023.html#sg_033 I successfully setup white list for CF apps. But I…
S.Imaz
  • 25
  • 4
1
vote
1 answer

bluemix secure-gateway docker client disconnecting or simply not connecting

Trying to use the Bluemix secure-gateway service in order to connect devices from internet to intranet. I am using the free version of Bluemix, as well as docker (1.10.2) running on Centos 7 and RHEL 7 machines. I am facing two issues: When…
sramxtr
  • 11
  • 2
1
vote
1 answer

"Command node not found" error with Bluemix Secure Gateway service

I am trying to start the Secure Gateway service for IBM Bluemix. The Linux box / command I am using is node lib/secgwclient.js iuE3uds8dDB_prod_ng. It results in: command node not found I have installed the Secure Gateway / trying to install it.
1
vote
1 answer

How to Re-start Bluemix Secured Gateway Docker Client

I created the Bluemix Secured Gateway Docker Client in my local environment and everything was working fine. But after I rebooted my workstation, the Docker Client does not work anymore. I ran the Docker start command, but nothing happened. What…
1
vote
1 answer

Specifying IP addresses that can connect to an app in Bluemix with Secure Gateway

I am using the Secure Gateway service in Bluemix and I need to restrict access to my app. How do I include a white list of IP addresses? How do I exclude a black list of IP addresses? I am unable to find this information.
1
vote
1 answer

Creating IP table rules for a Bluemix app for Secure Gateway

There is new section in Bluemix Doc for the Secure Gateway Service: Creating IP table rules for a Bluemix app Unfortunately I don't understand what I should do. E. g. the text says to make an API call in this form: PUT…
Harald Uebele
  • 264
  • 1
  • 9
1
vote
1 answer

Bluemix Secure Gateway Client TLS failing

We are facing an issue on the client side TLS. As you see below the handshake is done properly but then there is no more data sent from the SG client so the connection is closed. To test I am using this link…
Prateesh
  • 13
  • 3
1
vote
2 answers

IBM/secure-gateway-client docker run with the --F (acl file) option

I have been reading the documentation and still cannot work out how to get the IBM/Secure-Gateway-client to run with an ACL file option within docker. I have pulled the client docker image, and have been using the following syntax: bash -c 'nohup…
sternLiz
  • 13
  • 3