pulumi/tests/integration/policy/python_policy_pack
Julien P 91568bc03b
Handle extra CLI arguments passed policy packs plugins (#16402)
The python policy plugin argument parsing was very brittle and would
fail when passed extra flags such as `--tracing <file>` or
`--logtostderr`. We now properly parse these standard plugin falgs (see
plugin#buildPluginArguments). Note that the flags are currently not
being used by the policy plugins.

Nodejs does not suffer from the same issue because we are already using
`minimist` to parse the arguments.

Fixes https://github.com/pulumi/pulumi/issues/11092
2024-06-17 09:10:04 +00:00
..
PulumiPolicy.yaml Handle extra CLI arguments passed policy packs plugins (#16402) 2024-06-17 09:10:04 +00:00
__main__.py Handle extra CLI arguments passed policy packs plugins (#16402) 2024-06-17 09:10:04 +00:00
requirements.txt Handle extra CLI arguments passed policy packs plugins (#16402) 2024-06-17 09:10:04 +00:00