For a deeper look into our Elektron API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
2 2 2 5

DACS Lock & TREP

We are developing a new application using the Elektron system and we have found a situation where our application is posting data, but we need to control the users that can see the data we are posting. The unusual situation is that we require that the user have permission from a set of exchanges depending of the content posted, we understand that using the DACS-Lock, we can set the PE in the message so TREP realize the access validation when a user request data.

The main problem we had found is we don’t know if the TREP can be configured to realize this validation before send the data and if it’s possible to realize a definition of sets in the PE value without use the OpenDACS API to realize the validation in our client applications.

Thanks

elektronrefinitiv-realtimeelektron-sdkDACS
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello @jorge.jimenez

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks,

AHS

Hello @jorge.jimenez,

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

-AHS

1 Answer

· Write an Answer
Upvotes
Accepted
78.8k 250 52 74

@jorge.jimenez

You can enable DACS on TREP by using the following configuration.

*ads*dacs*featureEnabled : True

With this configuration, ADS will use DACS API to connect to DACS and verify the permission before sending the data to the connected users.

Internally, the OpenDACS API also uses DACS API to verify the permission. Therefore, both ADS and OpenDACS API can connect to DACS server via Dacs Daemon to verify the permission for users.

For example, the user connects to ADS with DACS enabled and subscribes to IBM.N. However, if the user doesn't have permission to access the "NYS" exchange required by IBM.N, the user will get the following error from ADS:

'Access Denied: User req to IDN for Exch - NYS'"

For more information, please refer to An Introduction to the DACS Entitlement System for OpenDACS Developers article.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.