Skip to content

Commit

Permalink
Remove profiles now correctly managed by itop-admin-delegation-profil…
Browse files Browse the repository at this point in the history
…es extension
  • Loading branch information
xtophe38 committed Nov 1, 2023
1 parent 54bd355 commit b9198ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 107 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,111 +11,6 @@
<profile id="8" _delta="delete"/><!-- Change Supervisor -->
<profile id="9" _delta="delete"/><!-- Change Approver -->
<profile id="10" _delta="delete"/><!-- Service Manager -->
<profile id="43" _delta="define">
<name>User Manager</name>
<description>Has the rights to create and modify users. Must be used in conjunction with other profiles (e.g. Configuration Manager…).</description>
<groups>
<group id="User">
<actions>
<action id="action:write">allow</action>
<action id="action:delete">allow</action>
<action id="action:read">allow</action>
<action id="action:bulk read">allow</action>
<action id="action:bulk write">allow</action>
</actions>
</group>
</groups>
</profile><!-- User Manager -->
<profile id="44" _delta="define">
<name>Notification Manager</name>
<description>Has the rights to create and modify the triggers and actions. Must be used in conjunction with other profiles (e.g. Configuration Manager…).</description>
<groups>
<group id="Notification">
<actions>
<action id="action:write">allow</action>
<action id="action:delete">allow</action>
<action id="action:read">allow</action>
<action id="action:bulk read">allow</action>
<action id="action:bulk write">allow</action>
</actions>
</group>
</groups>
</profile><!-- Notification Manager -->
<profile id="45" _delta="define">
<name>Audit Manager</name>
<description>Has the rights to create and modify Audit rules. Must be used in conjunction with other profiles (e.g. Configuration Manager…).</description>
<groups>
<group id="Audit">
<actions>
<action id="action:write">allow</action>
<action id="action:delete">allow</action>
<action id="action:read">allow</action>
<action id="action:bulk read">allow</action>
<action id="action:bulk write">allow</action>
</actions>
</group>
</groups>
</profile><!-- Audit Manager -->
<profile id="46" _delta="define">
<name>Query Manager</name>
<description>Has the rights to create and modify the Query Phrasebook. Must be used in conjunction with other profiles (e.g. Configuration Manager…).</description>
<groups>
<group id="Query">
<actions>
<action id="action:write">allow</action>
<action id="action:delete">allow</action>
<action id="action:read">allow</action>
<action id="action:bulk read">allow</action>
<action id="action:bulk write">allow</action>
</actions>
</group>
</groups>
</profile><!-- Query Manager -->
<profile id="47" _delta="define">
<name>SynchroData Manager</name>
<description>Has the rights to create and modify the Synchro data source. Must be used in conjunction with other profiles (e.g. Configuration Manager…).</description>
<groups>
<group id="SynchroData">
<actions>
<action id="action:write">allow</action>
<action id="action:delete">allow</action>
<action id="action:read">allow</action>
<action id="action:bulk read">allow</action>
<action id="action:bulk write">allow</action>

</actions>
</group>
</groups>
</profile><!-- SynchroData Manager -->
<profile id="48" _delta="define">
<name>Admin Tools Manager</name>
<description>Can manage Users, Notifications, Audit, Queries, DataSynchros. Must be used in conjunction with
other profiles (e.g. Configuration Manager…).
</description>
<groups>
<group id="AdminTools">
<actions>
<action id="action:write">allow</action>
<action id="action:delete">allow</action>
<action id="action:read">allow</action>
</actions>
</group>
</groups>
</profile><!-- Admin Tools Manager -->
<profile id="120" _delta="define">
<name>Query History</name>
<description>Has the rights to query history table Must be used in conjunction with other profiles (e.g.
Configuration Manager…) and should be used in conjunction with Query Manager Profile.
</description>
<groups>
<group id="History">
<actions>
<action id="action:read">allow</action>
<action id="action:bulk read">allow</action>
</actions>
</group>
</groups>
</profile><!-- Query History -->
</profiles>
</user_rights>
</itop_design>
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php
/**
* @copyright Copyright (C) 2021 TeemIp
* @copyright Copyright (C) 2023 TeemIp
* @license http://opensource.org/licenses/AGPL-3.0
*/

SetupWebPage::AddModule(
__FILE__,
'teemip-profiles-itil-adaptor/3.1.0',
'teemip-profiles-itil-adaptor/3.1.1',
array(
// Identification
//
Expand Down

0 comments on commit b9198ee

Please sign in to comment.