Defect #797
closedPermission for SysSystem (entity type) cannot be set
100%
Description
I couldn't find any permission which would grant me SYSTEM AUTOCOMPLETE for reading the system's name.
Related issues
Updated by Radek Tomiška about 7 years ago
- Status changed from New to In Progress
Authorization policies for target system were never implemented, this is new requirement.
But when provisioning break was added, then default target system security based on authorities (without authorization policies) were overriden, this is bug.
Both points will be solved here.
Updated by Radek Tomiška about 7 years ago
- Related to Task #794: Automatically create a role for Virtual System implementers added
Updated by Radek Tomiška about 7 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Radek Tomiška to Vít Švanda
- Target version changed from Forsterite (7.6.0) to Emerald (7.5.0)
- % Done changed from 0 to 90
I've added simple autocomplete authority to system, so now is possible to to grant SYSTEM AUTOCOMPLETE for reading the system's name for all systems. Authorization policies on system will be more difficult - is needed to add evaluators to all system tabs (provisioning break, schema, mapping, connector, synchronization ...).
Provisioning break are secured as systems now (the same as mapping, schema etc.)
Both issues are fixed. Could you do a feedback pls?
Updated by Radek Tomiška about 7 years ago
- Related to Task #799: Systems - add authorization policies support added
Updated by Vít Švanda about 7 years ago
- Status changed from Needs feedback to In Progress
- Assignee changed from Vít Švanda to Radek Tomiška
Updated by Radek Tomiška about 7 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Radek Tomiška to Vít Švanda
Thx for feedback, i've fixed using autocomplete endpoint for systems on FE.
Could you do a feedback again pls?
Updated by Vít Švanda about 7 years ago
- Status changed from Needs feedback to Closed
- Assignee changed from Vít Švanda to Radek Tomiška
- % Done changed from 90 to 100
I tested it on hotfix branch and now wroks nicely. Thanks for this.