mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-27 16:20:57 +00:00
Merge branch 'main' into next-rc
This commit is contained in:
@@ -496,6 +496,7 @@ Errors:
|
||||
SQLStatement: SQL Statement could not be created
|
||||
InvalidRequest: Request is invalid
|
||||
TooManyNestingLevels: Too many query nesting levels (Max 20)
|
||||
LimitExceeded: Limit exceeded
|
||||
Quota:
|
||||
AlreadyExists: Quota already exists for this unit
|
||||
NotFound: Quota not found for this unit
|
||||
@@ -564,6 +565,7 @@ Errors:
|
||||
NotFound: Execution not found
|
||||
IncludeNotFound: Include not found
|
||||
NoTargets: No targets defined
|
||||
ResponseIsNotValidJSON: Response is not valid JSON
|
||||
UserSchema:
|
||||
NotEnabled: Feature "User Schema" is not enabled
|
||||
Type:
|
||||
@@ -585,6 +587,14 @@ Errors:
|
||||
NotForAPI: Impersonated tokens not allowed for API
|
||||
Impersonation:
|
||||
PolicyDisabled: Impersonation is disabled in the instance security policy
|
||||
WebKey:
|
||||
ActiveDelete: Cannot delete active web key
|
||||
Config: Invalid web key config
|
||||
Duplicate: Web key ID not unique
|
||||
FeatureDisabled: Web key feature disabled
|
||||
NoActive: No active web key found
|
||||
NotFound: Web key not found
|
||||
|
||||
|
||||
AggregateTypes:
|
||||
action: Action
|
||||
@@ -608,6 +618,7 @@ AggregateTypes:
|
||||
restrictions: Restrictions
|
||||
system: System
|
||||
session: Session
|
||||
web_key: Web Key
|
||||
|
||||
EventTypes:
|
||||
execution:
|
||||
@@ -1309,6 +1320,11 @@ EventTypes:
|
||||
deactivated: User Schema deactivated
|
||||
reactivated: User Schema reactivated
|
||||
deleted: User Schema deleted
|
||||
web_key:
|
||||
added: Web Key added
|
||||
activated: Web Key activated
|
||||
deactivated: Web Key deactivated
|
||||
removed: Web Key removed
|
||||
|
||||
Application:
|
||||
OIDC:
|
||||
|
||||
Reference in New Issue
Block a user