Actions
Defect #1169
closedReusing the implementers in virtual systems
Start date:
07/09/2018
Due date:
% Done:
100%
Estimated time:
Affected versions:
Owner:
Description
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 for connector initialization was used configuration from the request (with old implementers) and these implementers was stored to the VsImplementers table.
Actions