Helo experts,
We are implementing this RBAC for attributes inside our entityType called Group. This is the right permissions we have set. But when creating a new profile for this entiyType, We get the below error. We are creating a new profile. Not sure why would we need an update privilege.
ErrorSecurity error. Access to attribute 'configuration/entityTypes/Group/attributes/value' is forbidden. Required privileges: READ,UPDATE,CREATE
Metadata:
[
{
"uri": "configuration/entityTypes/Group",
"permissions": [
{
"role": "ROLE_CUSTOM_USER",
"access": [
"READ",
"CREATE",
"UPDATE",
"DELETE"
]
}
]
},
{
"uri": "configuration/entityTypes/Group/attributes/name",
"permissions": [
{
"role": "ROLE_CUSTOM_USER",
"access": [
"READ",
"CREATE",
"UPDATE",
"DELETE"
]
}
]
},
{
"uri": "configuration/entityTypes/Group/attributes/value",
"permissions": [
{
"role": "ROLE_CUSTOM_USER",
"access": [
"READ",
"CREATE"
]
}
]
},
{
"uri": "configuration/entityTypes/Group/attributes/label",
"permissions": [
{
"role": "ROLE_CUSTOM_USER",
"access": [
"READ",
"CREATE",
"UPDATE"
]
}
]
}
]
------------------------------
Nidheesh Radhakrishnan
MDM Developer
Novartis
------------------------------