Project

General

Profile

Defect #1169

Updated by Vít Švanda almost 6 years ago

Implementers was updated on init the VS connector by given configuration (implementers and implementer by roles). 
 Connector configuration is stored in every VsRequest. In VS module is not another place for storing it, *because first idea of VS module was it will comunicate with IdM only via IC module* (standard connector facade).  
 Problem occures when was created some VsReqeust and before his implementation was configuration of implementers on the virtual system changed.  
 If in this situation was loaded "old" request, then was for connector initialization was used configuration from the request (with old implementers) and these implementers was stored to the VsImplementers table.

Back