mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-08 16:06:47 +00:00
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 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
10 lines
84 B
Plaintext
10 lines
84 B
Plaintext
/faasd
|
|
hosts
|
|
/resolv.conf
|
|
.idea/
|
|
|
|
basic-auth-user
|
|
basic-auth-password
|
|
/bin
|
|
/secrets
|