Skip to content

Commit

Permalink
Update for 3.1.0 version, recreate profiles... too quickly removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
xtophe38 committed Jul 26, 2023
1 parent 25b594b commit cb420aa
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,111 @@
<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
Expand Up @@ -6,7 +6,7 @@

SetupWebPage::AddModule(
__FILE__,
'teemip-profiles-itil-adaptor/3.0.0',
'teemip-profiles-itil-adaptor/3.1.0',
array(
// Identification
//
Expand All @@ -16,8 +16,8 @@
// Setup
//
'dependencies' => array(
'itop-profiles-itil/2.7.0',
'teemip-ip-mgmt/3.0.0',
'itop-profiles-itil/3.1.0',
'teemip-ip-mgmt/3.1.0',
),
'mandatory' => true,
'visible' => false,
Expand Down

0 comments on commit cb420aa

Please sign in to comment.