Security of DBS file

14 views
Skip to first unread message

mdachi

unread,
Nov 25, 2010, 12:10:20 AM11/25/10
to temenos-ofs-jdbc
Hello all,

I have been testing and evaluation the dataservices server for a while
and it is a great product. There is one catch that I have not been
able to figure out. For T24 connection, one needs to define username
and password in the configuration file. While this is fine for testing
and evaluation, it is not secure in a production, since anyone who
gains access to the server will see these credentials as they are
stored in plain text.

Is there a way to supply the connection username and password from an
external source at runtime as a parameter? If someone has a better
idea how to protect these credentials, please help.

Thanks,

Hamisi
----------
Message has been deleted

Dmitry.

unread,
Nov 25, 2010, 1:10:26 PM11/25/10
to temenos-ofs-jdbc
In DS 2.5.1 you can define a data source.
Menu "Configure - Data sources"

Then in your configuration you can reference the datasource name.
For example you have created datasource named DS_T24

Then in dbs file you can reference it like this:

<data ...>
<config id="t24">
<property name="carbon_datasource_name">DS_T24</property>
</config>

<query id="modifyCustomer" useConfig="t24">
...
</query>
...
</data>

mdachi

unread,
Nov 25, 2010, 11:21:22 PM11/25/10
to temenos-ofs-jdbc
Hello Dmitry

Thanks very much for the explanation. Let me give it a try and will
let you know the results.

Thanks,

Hamisi
-------
Reply all
Reply to author
Forward
0 new messages