Question

is there any process which can modify the Permission Set automatically?

  • 28 April 2023
  • 1 reply
  • 42 views

Userlevel 2
Badge +4

Hello,

We have seen one issue where one of the new functional role created by us is getting changed ( granting some API’s access). We don’t have any update manual intervention to update the permission set but our access team observed that that has been updated when we had done some patch deployments. We have analyzed the patches and it wont contain any code which can modify the functional role. This is functional role created by access team so this is not IFS defined standard role to have impact from patch deployment. 
So, Can anyone guide me if you have seen this kind of issue? 


1 reply

Userlevel 7
Badge +18

As I know, due to patch deployment which is not related to any change related to the functional role, it's not possible to automatically change the permission sets which already created.
Specially not IFS Standard roles.
I Guess it's changed due to a manual intervention. (Sometimes someone not intentionally did)

SECURITY_SYS_PRIVS_TAB  and SECURITY_SYS_TAB are the tables which permission entries recorded.
You can use those to track if this will happen again.

-Kelum

Reply