Skip to content

Commit 0b9ea59

Browse files
weltekialexellis
authored andcommitted
Add Helm configuration instruction for IAM
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
1 parent e2d48c4 commit 0b9ea59

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

docs/openfaas-pro/iam/overview.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,27 @@ OpenFaaS for Enterprises includes a built-in Identity and Access Management (IAM
88
* Deploy from CI/CD systems without long-lived shared secrets
99
* Audit all operations performed through the OpenFaaS REST API
1010

11-
## Walkthrough
11+
## Installation
1212

1313
We recommend you to follow this comprehensive walkthrough blog post to get started with OpenFaaS IAM: [Walkthrough of Identity and Access Management (IAM) for OpenFaaS](https://www.openfaas.com/blog/walkthrough-iam-for-openfaas/).
1414

15+
IAM can be enabled through the OpenFaaS Helm chart:
16+
17+
```yaml
18+
iam:
19+
enabled: true
20+
21+
systemIssuer:
22+
url: https://gateway.openfaas.example.com
23+
```
24+
25+
The parameter `iam.systemIssuer.url` is the public url the gateway is accessible at. See [Configure Ingress](/architecture/production/#configure-ingress) to setup ingress for the OpenFaaS gateway.
26+
27+
Next steps:
28+
29+
- [Configure your identity provider and register it with OpenFaaS](/openfaas-pro/sso/overview/)
30+
- [Configure SSO for the OpenFaaS dashboard](/openfaas-pro/dashboard/#configure-the-dashboard-with-iam)
31+
1532
## Workflows
1633

1734
As a user, you can authenticate to OpenFaaS using Open ID Connect with the registered OIDC provider.

0 commit comments

Comments
 (0)