typhon-project / typhon-polystore-api

Typhon Polystore API
Eclipse Public License 2.0
2 stars 0 forks source link

QL commands executed regardless of authorisation #8

Closed zolotas4 closed 4 years ago

zolotas4 commented 4 years ago

In the current implementation we can successfully execute any QL command that arrives at the polystore regardless whether authorisation tasks are present. The integration api should just create the PreEvent object and execute only those PreEvents that have arrived at the AUTH queue (via custom authorisation tasks that will be written by users of the polystore or a possible default authorisation task accepting all of them) and their isAuthenticated flag is true.

OrfenCLMS commented 4 years ago

Fixed in earlier release, if analytics are used the polystore always waits for successful AUTH before executing queries.