Hi all,
I'm trying to write an extension for a new profile to use with the RestAPI profile. Right now I'm having a hard time giving access to the CMDBChange/CMDBChangeOp/CMDBChangeOpSetAttribute/CMDBChangeOpSetAttributeScalar class.
I tried adding them to the group and granting action read/bulk read/write/bulk write but when I tested it, there was no response. It informed me that "The current user does not have enough permissions for reading data of class CMDBChangeOp". Same goes for other classes
Who can help me?
Thanks,
Edward.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Edward,
This is a known limitation, for now only Administrator profiles can access to CMDBChange
This is planned to be fixed in 3.1.0 with a high risk to provide this to other than administrators as there is no security / silos on those classes, which means that such user will be able to see any objects through their changes (in little pieces)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I'm trying to write an extension for a new profile to use with the RestAPI profile. Right now I'm having a hard time giving access to the CMDBChange/CMDBChangeOp/CMDBChangeOpSetAttribute/CMDBChangeOpSetAttributeScalar class.
I tried adding them to the group and granting action read/bulk read/write/bulk write but when I tested it, there was no response. It informed me that "The current user does not have enough permissions for reading data of class CMDBChangeOp". Same goes for other classes
Who can help me?
Thanks,
Edward.
Hi Edward,
This is a known limitation, for now only Administrator profiles can access to CMDBChange
This is planned to be fixed in 3.1.0 with a high risk to provide this to other than administrators as there is no security / silos on those classes, which means that such user will be able to see any objects through their changes (in little pieces)
Hi Vincent,
Thanks for your answer. We will take note of this.