mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:27:42 +00:00
feat: limit amount of active actions (#3143)
* max actions * fix: max allowed actions * fix: max allowed actions * fix tests
This commit is contained in:
@@ -2564,6 +2564,8 @@ This is an empty request
|
||||
| custom_text_login | bool | - | |
|
||||
| lockout_policy | bool | - | |
|
||||
| actions | bool | - | |
|
||||
| actions_allowed | zitadel.features.v1.ActionsAllowed | - | |
|
||||
| max_actions | int32 | - | |
|
||||
|
||||
|
||||
|
||||
@@ -2754,6 +2756,8 @@ This is an empty request
|
||||
| custom_text_login | bool | - | |
|
||||
| lockout_policy | bool | - | |
|
||||
| actions | bool | - | |
|
||||
| actions_allowed | zitadel.features.v1.ActionsAllowed | - | |
|
||||
| max_actions | int32 | - | |
|
||||
|
||||
|
||||
|
||||
|
@@ -2758,6 +2758,30 @@ Change JWT identity provider configuration of the organisation
|
||||
PUT: /actions/{id}
|
||||
|
||||
|
||||
### DeactivateAction
|
||||
|
||||
> **rpc** DeactivateAction([DeactivateActionRequest](#deactivateactionrequest))
|
||||
[DeactivateActionResponse](#deactivateactionresponse)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
POST: /actions/{id}/_deactivate
|
||||
|
||||
|
||||
### ReactivateAction
|
||||
|
||||
> **rpc** ReactivateAction([ReactivateActionRequest](#reactivateactionrequest))
|
||||
[ReactivateActionResponse](#reactivateactionresponse)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
POST: /actions/{id}/_reactivate
|
||||
|
||||
|
||||
### DeleteAction
|
||||
|
||||
> **rpc** DeleteAction([DeleteActionRequest](#deleteactionrequest))
|
||||
|
Reference in New Issue
Block a user