istio-ecosystem / wasm-extensions

Contains miscellaneous Wasm extensions for Istio
Apache License 2.0
107 stars 34 forks source link

Upload release asset also upload to GCS. #34

Closed bianpengyuan closed 3 years ago

bianpengyuan commented 3 years ago

Github asset downloading will result in a 302, which is not properly handled by Envoy remote load. This is to also upload the release artifacts to GCS since it could work with Envoy. The download URL will be like https://storage.googleapis.com/istio-ecosystem/wasm-extensions/basic-auth/1.8.0.wasm.

Signed-off-by: Pengyuan Bian bianpengyuan@google.com

kyessenov commented 3 years ago

HTTP remote fetch is just not production ready at all...