Bug #5131
Authentication and authorization of Scheduler server
Start date:
08/06/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5131
Description
When a user tries to schedule a workflow through a kepler client, the scheduler server should check weather the user has the permission.
The session id of the user will be passed to the scheduler when user calls the methods like add/delete/scheduleJob. Scheduler server will used the sessionid to call the two methods:
String isLoggedIn(String sessionid)
boolean isAuthorized(String user)
This mechanism has existed in our current scheduler server code.
History
#1 Updated by Jing Tao almost 12 years ago
We used the existing mechanism in the current scheduler server. It works good.
#2 Updated by Derik Barseghian over 11 years ago
changing bugs from REAP to Kepler product
#3 Updated by Redmine Admin over 9 years ago
Original Bugzilla ID was 5131