Skip to content

Commit ab67c3b

Browse files
weltekialexellis
authored andcommitted
Add note on function auth to invocations page
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
1 parent b3dafdb commit ab67c3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/architecture/invocations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ OpenFaaS For Enterprise offers authentication using JWT tokens obtained through
101101
* [TLS with OpenFaaS](/reference/tls-openfaas)
102102
* [Identity and Access Management (IAM)](/openfaas-pro/iam/overview/)
103103

104-
For functions, you should provide your own authentication mechanism, such as a shared token, OIDC, HMAC or basic authentication.
104+
For functions, you can provide your own authentication mechanism, such as a shared token, OIDC, HMAC or basic authentication.
105+
With [OpenFaaS Identity and Access Management (IAM)](https://docs.openfaas.com/openfaas-pro/iam/overview/) you can use the built in [function authentication](https://docs.openfaas.com/openfaas-pro/iam/function-authentication/) to protect your function endpoints.
105106

106107
## FAQ
107108

0 commit comments

Comments
 (0)