I would like to load on-premise Oracle data to Bluemix dashDB. I plan to use DataWorks and Secure Gateway. It is required that only DataWorks can access to Secure Gateway.
According to the tutorial Securing Destinations with TLS in Bluemix Secure Gateway, a destination with TLS: Mutual Auth can restrict clients.
So I try to adapt the how-to to DataWorks and refer the APIs of DataWorks. But, I found the can't find request parameters about TLS: Mutual Auth in "Create an activity" API.
Would anyone teach me how to use TLS: Mutual Auth between DataWorks and Secure Gateway or any other methods to secure the destination of Secure Gateway?
Oracle Connection:
type ( string): Specify oracle,
sid ( string): The Oracle System ID,
host ( string): The host name or IP address of the database,
port ( integer): The port number,
user ( string): The user name to use to connect to the database,
password ( string): The password for the specified user name,
schema ( string): The schema name. The name is case sensitive,
ssl ( string, optional):
sslCert ( string, optional):
gateway ( string, optional):