Actions
Task #1854
closedWF for synchronization groups/roles assing bad role catalogue
Start date:
09/16/2019
Due date:
% Done:
100%
Estimated time:
Owner:
Description
Please update behavior with putting roles into catalogue.
Use case:- project has these groups on AD:
1: "CN=groupName001,OU=Confluence,OU=Groups,OU=Company001,DC=example,DC=tld" 2: "CN=groupName002,OU=Jira,OU=Groups,OU=Company001,DC=example,DC=tld" 3: "CN=groupName003,OU=Confluence,OU=Groups,OU=Company002,DC=example,DC=tld" 4: "CN=groupName004,OU=Confluence,OU=Groups,OU=Company003,DC=example,DC=tld" 5: "CN=groupName005,OU=Jira,OU=Groups,OU=Company004,DC=example,DC=tld" ...
- In this step will be synchronizace groups number one (groupName001) and it will be created catalogues Company001, Groups, Confluence. This role has assigned correct role catalogue,
- in this step will be synchronizace groups number two (groupName002) and it will be created catalogue Jira. This role has also assigned correct role catalogue,
- in this step will be synchronizace groups number three (groupName003) and it will be created catalogue Company002. But this role will be assigned into role catalogue Confluence created in first step,
- in this step will be synchronizace groups number four (groupName004) and it will be created catalogue Company003. But this role will be also assigned into role catalogue Confluence created in first step,
- in this step will be synchronizace groups number five (groupName005) and it will be created catalogue Company004. But this role will be assigned into role catalogue Jira created in second step.
Result:
root ├── Company001 | └── Groups | ├── Confluence | | (groupName001) - OK | | (groupName003) - NOT OK | | (groupName004) - NOT OK | | | └── Jira | (groupName002) - OK | (groupName005) - NOT OK | | | ├── Company002 | (empty) ├── Company003 | (empty) └── Company004 (empty)
There will be probably needed update IdM behavior with unique codes of role catalogue IDK or something else? :(. Try thing about it.
Affected version: probably all
Related issues
Actions