You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 5, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
We have SCP policies that have conditionals which break the policy simulator today. For this reason we cannot use the policy simulator without the ability to unselect SCPs during the policy evaluation. The console allows this by passing simulateOrganizations: false
Describe the solution you'd like
I'd like the policy simulator apis to support simulateOrganizations true or false
Describe alternatives you've considered
I am unaware of any other options. I considered attempting to monkey patch cli to send the value over, but decided to request the feature.
Additional context
I was able to see the simulateOrganizations: false through chrome debugging. We use this functionality to evaluate total permissions.
dsoudakov, varnastadeus, wimvanleuven, deuscapturus, cm-kajiwara-taishi and 1 more