Skip to content

Commit 77495be

Browse files
weltekialexellis
authored andcommitted
Link to the Kubernetes JWT auth blog post in the examples
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
1 parent 0b9ea59 commit 77495be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/openfaas-pro/iam/overview.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@ OpenFaaS IAM objects are defined in the `openfaas` namespace, and need to be cre
130130

131131
* [Create Roles and Policies](/openfaas-pro/iam/example-auth0)
132132

133+
### Authenticate using Kubernetes JWT tokens
134+
135+
You can use Kubernetes Service Account Token Projection to authenticate with the OpenFaaS API. The benefit of these tokens is that they do not need a human to be involved for authorization, so you can use them to automate OpenFaaS without needing to store a password or API key.
136+
137+
* [Authenticate to the OpenFaaS API using Kubernetes JWT tokens](https://www.openfaas.com/blog/kubernetes-tokens-openfaas-api/)
138+
133139
### Web Identity Federation
134140

135141
Web Identity Federation allows you to build a trust relationship with an external identity provider, without sharing long-lived secrets.

0 commit comments

Comments
 (0)