Skip to content

Commit 9c526cc

Browse files
committed
Add note on pro templates
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 1a83e7f commit 9c526cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ You can manage dependencies in one of the following ways:
3737
- You can also Go modules with vendoring, run `go mod vendor` in your function folder and add `--build-arg GO111MODULE=off --build-arg GOFLAGS='-mod=vendor'` to `faas-cli up`
3838
- If you have a private module dependency, we recommend using the vendoring technique from above.
3939

40+
### SSH authentication for private Git repositories and modules
41+
42+
If you do not wish to, or cannot use vendoring for some reason, then we provide an alternative set of templates for OpenFaaS Pro customers:
43+
44+
* [OpenFaaS Pro templates for Go](https://github.com/openfaas/pro-templates)
45+
4046
## 1.0 golang-middleware (recommended template)
4147

4248
This is one of the fastest templates available for Go available. Its signature is a [http.HandlerFunc](https://golang.org/pkg/net/http/#HandlerFunc), instead of a traditional request and response that you may expect from a function.

0 commit comments

Comments
 (0)