hashicorp / faas-nomad

OpenFaaS plugin for Nomad
https://www.openfaas.com
MIT License
254 stars 46 forks source link

Feature/vault policy #53

Closed acornies closed 5 years ago

acornies commented 5 years ago

After trying to deploy functions with secrets in my organization, I found out that we need to pass a default Vault policy to the function job.

I've also added a new ProviderConfig struct to help with passing through multiple cli params in a cleaner way.

acornies commented 5 years ago

This addresses #54.