Andrea Spoldi

Results 5 comments of Andrea Spoldi

+1 noticed the same, the module builds hash always with a GET, and passes it to S3 API for authentication; APIs receives the hash AND the original request, which instead...

@benjaminbarbe I actually managed to "quick fix" it without touching the (great btw) ngx_aws_auth module. Following this post: http://serverfault.com/questions/347663/nginx-convert-head-to-get-requests I simply perform an internal redirection converting the HEAD request to...

@benjaminbarbe have to check but I'm 99,9% sure that proxy_cache module is not used in my config.

@andresmgot thanks for replying I am able to deploy functions and trigger them via CLI using the same kubeconfig `kubeless function call hello --data '{"user": "Andre"}' Hello Andre!` I can...

@andresmgot yes it does, it seems like only "triggers" command are affected ``` kubeless trigger http list FATA[0000] Can not create out-of-cluster client: stat :/Users/andreaspoldi/.kube/config: no such file or directory...