Andrew Cornies
Andrew Cornies
Currently being tackled here: https://github.com/acornies/faas-nomad-x
Currently being worked on here: https://github.com/acornies/faas-nomad-x
@numkem Can you provide a little more info on how you're invoking the functions? Also, can you provide the gateway env vars and fass-nomad cli params? The way faas-nomad works...
Hmm, I'm not sure this is what you want since all functions should be invoked through the gateway -> faas-nomad. This looks like you're bypassing the gateway/provider altogether (after the...
Right - just want to be clear. Can you also share some info on your consul configuration? Having trouble reproducing this locally. @nicholasjackson any ideas?
The lookup is by service name (function name) 1:1 mapping. What you could also try is using the direct_functions feature on the gateway component (you renamed it to faas), like...
Hi folks, as you may have already noticed, I haven't been able to keep this provider up-to-date due to external factors and just life in general. However, I do think...
Hi Ryan, thanks for opening this issue. I think part of what you're asking for is already implemented: `vault_default_policy` and `vault_secret_path_prefix ` can be overridden. However, there are no function-specific...
My idea was this: ``` functions: facedetect: lang: go-opencv handler: ./facedetect image: nicholasjackson/func_facedetect secrets: - aws_access_key_id - aws_secret_access_key annotations: vault_policy: my_s3_secret_vault_policy vault_path_prefix: aws/creds ``` this would get you what you...
Remembering what @nicholasjackson was talking about earlier, how about this: ``` functions: facedetect: lang: go-opencv handler: ./facedetect image: nicholasjackson/func_facedetect secrets: - aws/creds/my_s3_secret