Feature/add idm, On-Prem IDM connection support#38
Conversation
There was a problem hiding this comment.
I approved this PR since I approved it earlier in this PR: #25
@skootrivir Was there a reason why the old one was closed? I can't remember
This was due to our conversation on Google chat. Here is the copy of our chat : Preston Hales, Aug 22, 11:38 AM |
Implementing and testing for on prem idm ran lint Modified based on the review changes on deployment types Fix linting, and clean up a few other things. tests changes Lint fixes Remove obsolete snapshots and recordings
f728bb8 to
cf73b16
Compare
Built with modified frodo-lib, the new code will detect 'idm' deployment type and support export/import/list commands for the following entities:
idm
Email templates
Mappings
Roles
It will also work with 'config export' and 'config import' commands for IDM as well. it will only export the 4 entities with IDM.
It might create an unhandled error when attempting 'config import' for other deployment types' exported config file.
So it will only support importing the exported config files/file from IDM deployment type.
I added tests for IDM deployment types and updated some of the snapshots and it passed every tests.