CaravanStudios / open-product-recovery

Apache License 2.0
26 stars 20 forks source link

ACL listing in examples/gcp-cloudrun-postgres is broken #54

Closed johndayrichter closed 1 year ago

johndayrichter commented 1 year ago

Expected Behavior

StaticServerAccessControlList accepts '*' characters, as listed in the cloudrun postgres example

Actual Behavior

'*' is not valid for StaticServerAccessControl list, and all requests are rejected

Steps to Reproduce the Problem

  1. Just run examples/gcp-cloudrun-postgres and watch all your requests fail

Specifications