Joe Duffy
Joe Duffy
A user had the suggestion to allow write operations from policies. Two examples: 1. A policy could come packaged with an "auto-fixer" (e.g., "no public load balancers" could automatically turn...
This is a feature idea: If I apply a policy pack to an existing stack, it will possibly find errors that already exist in my deployed resources. This seems like...
It would be nice to bring policy validation even closer to the inner development loop, by reporting errors/warnings in the IDE. This, of course, needs to be IDE specific which...
I'm running into an issue where `dict`s aren't fully populated during previews and so I run into `KeyError`s during `pulumi up`. I'm not quite sure of the root cause here...
If multiple plugins are being downloaded at once, the progress display in the CLI occupies the same line, yielding what appears to be "jumping progress." As they complete, the lines...
We currently don't support passing `Output`s to `Asset` or `Archive` constructors. For example, `StringAsset` accepts a `string | Promise`: https://github.com/pulumi/pulumi/blob/aac25eabc40f5b73664514abfea76c8e155169f4/sdk/nodejs/asset/asset.ts#L72 Is there any reason these constructors don't simply accept `Input`s?...
I wasn't sure where to specifically file this issue, however, there are a few ways we can/should improve our ESC RBAC permission documentation. This starts with the product itself; when...
In this table, we have three "trial" buttons: * Free - "Create an Organization" * Team and Enterprise - "Start free trial"  I had expected these go to the...
The way we bold menu items on hover can cause jumpiness. Minor issue, but worth fixing: https://github.com/user-attachments/assets/30904d63-e1c2-4186-b6c0-fff7bf4c4931
We should enable you to publish policy packs to the registry, and consume them directly through a URL without needing to fork them and publish them to your own repository.