OpenFaaS Connection¶
The OpenFaaS connection type provides connection to an OpenFaaS gateway.
Configuring the Connection¶
- Host (required)
The OpenFaaS gateway URL (e.g.,
http://gateway.openfaas:8080).- Login (optional)
Username for basic authentication if your OpenFaaS gateway requires authentication.
- Password (optional)
Password for basic authentication if your OpenFaaS gateway requires authentication.
- Extra (optional)
Specify the extra parameters (as JSON dictionary) that can be used in the OpenFaaS connection.