Luke Addison

Results 49 comments of Luke Addison

@leonwanghui just found that project too and have been working on getting it working again - planning to use the wasmer go bindings though: https://github.com/wasmerio/go-ext-wasm should make the implementation simpler...

@tschneidereit that looks really cool - would like to have an integration with the upstream kubelet too which yeah the wasmtime bindings would help with for sure, but that projects...

@technosophos that could be good, will see next week - would be interested in hearing what the design tradeoffs were? I've made some progress building on top the existing project,...

I am seeing something similar when using oauth2-proxy as an [external authorization](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/ext_authz_filter) endpoint for Envoy as described [here](https://www.blog.jetstack.io/blog/istio-oidc/) -- the button is returned but just the HTML (as it's being...

Having a quick look at the code, I think replacing the error page https://github.com/oauth2-proxy/oauth2-proxy/blob/c377466411f2aee180a732187edb638f2f7e57fb/oauthproxy.go#L904 with the signin https://github.com/oauth2-proxy/oauth2-proxy/blob/c377466411f2aee180a732187edb638f2f7e57fb/oauthproxy.go#L766 or having an option to do this, would fix this EDIT: I...

@simonswine these blog posts https://aws.amazon.com/blogs/aws/new-auto-recovery-for-amazon-ec2/ and https://aws.amazon.com/blogs/aws/ec2-instance-status-metrics/ Not sure where you are seeing that but it may be grouping them over certain periods. The metric we are setting up is...

https://github.com/hashicorp/terraform/issues/17034