Hi All,
We are trying to build roles in order to grant the users to the security team. But we face a very strange issue.
We got the standard HTG_Template_Roles_V01_2014_03_27.tgz and imported into our system. After a great struggle we kind of figured how to create the roles.
When we got the roles, we assigned the roles.modelling::data_modelling roles to the user.
But then we faced an issue where the user was unable to create a package on his own. In order to overcome the same added the below line to get the user be able to create the package into the role.
package ".REPO_PACKAGE_ROOT" : REPO.MAINTAIN_NATIVE_PACKAGES;
When i try to login using the user and check i can see all the packages which are created by me and other users as well.
Is there a way to restrict only to get them see only their packages?