Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
POC set fsGroup when function is non-root
**What** - Set the PodSecurityGroup fsGroup value when the function is non-root. This is needed in AWS EKS to enable the container access to the ServiceAccount token. This token, in AWS, will be an IAM API token that can be used to access AWS services. Non-root functions will otherwise not be able to open the token file, preventing integration with AWS services via IAM. Resovles openfaas#598 Signed-off-by: Lucas Roesler <[email protected]>
- Loading branch information