Functions used by OpenFaaS Community
This function is a bot that welcomes anyone who joins the #openfaas channel.
export slack_incoming_webhook_url="URL"
export slack_signing_token="SIGNING_TOKEN"
faas-cli cloud seal --name openfaas-cloud-functions-secrets \
--literal slack-incoming-webhook-url="$slack_incoming_webhook_url" \
--literal slack-signing-token="$slack_signing_token" \
--cert=./pub-cert.pem
This function redirects to the OpenFaaS Cloud Community Cluster sign-up page.
Redirects to the Slack sign-up instructions.