You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/openfaas-pro/iam/overview.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,27 @@ OpenFaaS for Enterprises includes a built-in Identity and Access Management (IAM
8
8
* Deploy from CI/CD systems without long-lived shared secrets
9
9
* Audit all operations performed through the OpenFaaS REST API
10
10
11
-
## Walkthrough
11
+
## Installation
12
12
13
13
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/).
14
14
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
+
15
32
## Workflows
16
33
17
34
As a user, you can authenticate to OpenFaaS using Open ID Connect with the registered OIDC provider.
0 commit comments