05 Jun 2023 01:33 PM
As I saw in documentation, we can do policies with extensions, but I can't see from user account hub and can't set them up. I try to do such rule " ALLOW extensions:definitions:write WHERE extensions:extension-name = "Oracle Database"; " and have no result. Maybe someone tried such policies already and can make an example or give an advice?
Solved! Go to Solution.
12 Jun 2023 02:57 PM
You'll want to pull the Policy Schema's available in your environment. This can be done via the Environment API V2:
Once you grab the desired Schema you can write it to allow or deny and provide that string into a Policy Schema which is then linked to a group that contains the users in which it will apply to.
17 Aug 2023 12:49 PM
Hello RSarafaniuk,
I have experimented the same issue for IAM with extensions and you are facing to a known issue on UI.
The workaround is described here :
Regards Aurélien.
17 Aug 2023 12:53 PM
Hello @AurelienGravier and @ChadTurner,
Thank a lot for your support and given information. I will try to use it.