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
| `Function:List` | List functions | `cluster`, `namespace` | List |
77
+
| `Function:Logs` | Get logs for functions | `cluster`, `namespace` | Read |
78
+
| `Function:Scale` | Set the replica count for functions | `cluster`, `namespace` | Write |
79
+
| `Function:Invoke` | Invoke a function | `cluster`, `namespace`, `function` | Write |
77
80
78
-
Secrets:
81
+
!!! note "Invoke permissions"
79
82
80
-
* `Secret:List` - List secrets
81
-
* `Secret:Create` - Create secrets
82
-
* `Secret:Update` - Update secrets
83
-
* `Secret:Delete` - Delete secrets
83
+
All functions can be invoked by default, however if they have [Function Authentication enabled](/openfaas-pro/iam/function-authentication/) the `Function:Invoke` action is required to invoke a function.
84
84
85
-
> Note: (it's not possible to unable to fetch the contents of a secret via API)
0 commit comments