pulumi / pulumi-policy-opa

A bridge enabling Pulumi CrossGuard to run OPA rules
12 stars 5 forks source link

Can't install the plugin #8

Closed lkt82 closed 3 years ago

lkt82 commented 3 years ago

Hi

I get an error when I try to install the plugin

error: [analyzer plugin policy-opa-0.0.2] downloading from : 403 HTTP error fetching plugin from https://get.pulumi.com/releases/plugins/pulumi-analyzer-policy-opa-v0.0.2-windows-amd64.tar.gz

Steps to reproduce

  1. Run "pulumi plugin install analyzer policy-opa v0.0.2" on a windows box

Expected: The plugin is installed Actual: Installation fails

emiliza commented 3 years ago

Looks like we've got the url set there, it should be downloading from https://get.pulumi.com/releases/plugins/pulumi-analyzer-policy-opa.exe-v0.0.2-windows-amd64.tar.gz

emiliza commented 3 years ago

@lkt82 please try pulling v.0.0.4, we pushed a fix out that should make this work.

Thanks!