Actions
User story #23799
closedMake rudderc able to compile techniques using a per method policy mode override
Effort required:
Name check:
To do
Fix check:
To do
Regression:
No
Description
We want to be able to override a specific method call policy mode, this way, we will be able to apply some specific methods to audit things on the system without being forced to put the whole directive in Audit for instance.
On Windows the change is really straightforward as each method has an optional parameter for the policy mode.
On Linux, it is slightly more complicated and we need to push/pop a dry_run mode on a global stack. The dedicated bundles already exist and are vastly used in methods, we should be able to use them in the same way in the technique generation.
Actions