Actions
Bug #5132
closedConnecting Workflow Run Manager to remote KAR store should prompt for credentials
Status:
Resolved
Priority:
Normal
Assignee:
Category:
sensor-view
Target version:
Start date:
08/06/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5132
Description
We need an authentication and authorization mechanism for client kepler to access remote Provenance DB.
We can borrow the existing Scheduler Server mechanism:
String isLoggedIn(String sessionid)
boolean isAuthorized(String user)
Here are some open questions:
1. What format do we specify access rule? By an eml access file?
2. If we use eml access rule, what level will be used as data object? The whole database or each run result?
3. How can we specify the access rule? Maybe we need another GUI for this. Where should we put it?
Related issues
Actions