Default values
The following values are set by default in the Web UI and take effect unless overridden by the user:
Compute server names
GH: GitHub ActionsAWS: AWS LambdaGCP: Google CloudOW: OpenWhiskSLURM: Slurm
Compute server configurations
GitHubActions
FaaSr-workflow: workflow repository namemain: workflow repository branch
AWS Lambda
us-east-1: region
OpenWhisk
False: allow self-signed certificates
Data store configurations
- 'S3': default data store name
True: by default, an S3 store is set to writable
Secrets
GH_PAT: GitHub personal access tokenAWS_AccessKey: AWS Lambda access keyAWS_SecretKey: AWS Lambda secret keyGCP_SecretKey: GCP secret keyOW_APIkey: OpenWhisk API keySLURM_Token: SLURM JWT token
Log folder (in S3)
FaaSrLog: top-level log folder name; see log documentation for full path information
Containers
Note: the latest stable release is tagged as :latest in all containers; specific release versions are tagged with the version number, e.g. :2.0.0 for version 2.0.0
Python
ghcr.io/faasr/github-actions-python:latest: GitHub Actions (in GHRC)145342739029.dkr.ecr.us-east-1.amazonaws.com/aws-lambda-python:latest: AWS Lambda east-1 (in ECR)faasr/gcp-python:latest: GCP (in DockerHub)faasr/openwhisk-python:latest: OpenWhisk (in DockerHub)faasr/slurm-python:latest: Slurm (in DockerHub)
R
ghcr.io/faasr/github-actions-r:latest: GitHub Actions (in GHRC)145342739029.dkr.ecr.us-east-1.amazonaws.com/aws-lambda-r:latest: AWS Lambda east-1 (in ECR)faasr/gcp-r:latest: GCP (in DockerHub)faasr/openwhisk-r:latest: OpenWhisk (in DockerHub)faasr/slurm-r:latest: Slurm (in DockerHub)