openfaas / ofc-bootstrap

Bootstrap OpenFaaS Cloud for your team
https://docs.openfaas.com/openfaas-cloud/intro/
MIT License
179 stars 61 forks source link

Force non-root for all functions #102

Open alexellis opened 5 years ago

alexellis commented 5 years ago

All functions currently run as non-root given that they must use certain templates which are non-root. The Dockerfile template is currently turned off but represents a way that a user can turn root back on.

This change would use the PR from faas-netes and update the helm chart installation flags.

https://github.com/openfaas/faas-netes/pull/419 (merged)

alexellis commented 5 years ago

Depends on: https://github.com/openfaas/faas-netes/issues/420