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
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,7 +224,7 @@ Add a certificate bundle to OpenFaaS components for use with an internal certifi
224
224
225
225
Create a secret that contains the CA bundle in the OpenFaaS namespace:
226
226
227
-
```
227
+
```bash
228
228
kubectl create secret generic \
229
229
-n openfaas \
230
230
ca-bundle \
@@ -237,6 +237,34 @@ Update the OpenFaaS chart and add a reference to the Kubernetes secret with the
237
237
caBundleSecretName: ca-bundle
238
238
```
239
239
240
+
## Rotate the IAM issuer key
241
+
242
+
The OpenFaaS IAM issuer has a single key that is used to sign JWT access tokens. It is recommended to regularly rotate this key. To rotate the signing key simply generate a new key and update the `issuer-key` secret in the `openfaas` namespace.
0 commit comments