我想将本地 Oracle 数据加载到 Bluemix dashDB。我计划使用 DataWorks 和 Secure Gateway。要求只有 DataWorks 才能访问 Secure Gateway。
根据教程Securing Destinations with TLS in Bluemix Secure Gateway,使用 TLS: Mutual Auth 的目的地可以限制客户端。
因此,我尝试将操作方法改编为 DataWorks,并参考 DataWorks 的 API。但是,我发现 can't find request parameters about TLS: Mutual Auth in " Create an activity" API。
有人会教我如何使用 TLS:DataWorks 和 Secure Gateway 之间的相互验证或任何其他方法来保护 Secure Gateway 的目的地吗?
Oracle Connection:
type(string):指定oracle,
sid(string):Oracle系统ID,
host(string):数据库的主机名或IP地址,
port(integer):端口号,
user(string):用于连接数据库的用户名,
密码(字符串):指定用户名的密码,
架构(字符串):架构名称。名称区分大小写,
ssl(字符串,可选):
sslCert(字符串,可选):
网关(字符串,可选):