github openfaas/faasd 0.7.0
Add secrets support to provider

latest releases: 0.18.8, 0.18.7, 0.18.6...
pre-release4 years ago

Changelog for 0.7.0:

  • PR #32 Add secrets support (with flat files) to the provider by @alexellis
Adds secrets support and binding of secrets at runtime to
functions. Files are written in plain-text to a 0644 permission
folder which can only be read by root and the containers
requesting the secret through the OpenFaaS API.

Tested by deploying an alpine function using "cat" as its
fprocess.

Happy to revisit at a later date and look into encryption at
rest. This should be on-par with using Kubernetes in its
default unencrypted state.

Fixes: #29

Generated by Derek

Don't miss a new faasd release

NewReleases is sending notifications on new releases.