mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 08:27:32 +00:00
feat(api): new session service (#5801)
* backup new protoc plugin * backup * session * backup * initial implementation * change to specific events * implement tests * cleanup * refactor: use new protoc plugin for api v2 * change package * simplify code * cleanup * cleanup * fix merge * start queries * fix tests * improve returned values * add token to projection * tests * test db map * update query * permission checks * fix tests and linting * rework token creation * i18n * refactor token check and fix tests * session to PB test * request to query tests * cleanup proto * test user check * add comment * simplify database map type * Update docs/docs/guides/integrate/access-zitadel-system-api.md Co-authored-by: Tim Möhlmann <tim+github@zitadel.com> * fix test * cleanup * docs --------- Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
This commit is contained in:
@@ -470,6 +470,11 @@ Errors:
|
||||
Execution:
|
||||
StorageFailed: Das Speichern des Action Logs in der Datenbank ist fehlgeschlagen
|
||||
ScanFailed: Das Abfragen der verbrauchten Actions Sekunden ist fehlgeschlagen
|
||||
Session:
|
||||
NotExisting: Session existiert nicht
|
||||
Terminated: Session bereits beendet
|
||||
Token:
|
||||
Invalid: Session Token ist ungültig
|
||||
|
||||
AggregateTypes:
|
||||
action: Action
|
||||
|
@@ -470,6 +470,11 @@ Errors:
|
||||
Execution:
|
||||
StorageFailed: Storing action execution log to database failed
|
||||
ScanFailed: Querying usage for action execution seconds failed
|
||||
Session:
|
||||
NotExisting: Session does not exist
|
||||
Terminated: Session already terminated
|
||||
Token:
|
||||
Invalid: Session Token is invalid
|
||||
|
||||
AggregateTypes:
|
||||
action: Action
|
||||
|
@@ -470,6 +470,11 @@ Errors:
|
||||
Execution:
|
||||
StorageFailed: Ha fallado el almacenaje del registro de ejecución de acciones en la base de datos
|
||||
ScanFailed: La consulta de uso de los segundos de ejecuciónde acciones ha fallado
|
||||
Session:
|
||||
NotExisting: La sesión no existe
|
||||
Terminated: Sesión ya terminada
|
||||
Token:
|
||||
Invalid: El identificador de sesión no es válido
|
||||
|
||||
AggregateTypes:
|
||||
action: Acción
|
||||
|
@@ -470,6 +470,11 @@ Errors:
|
||||
Execution:
|
||||
StorageFailed: L'enregistrement du journal d'action dans la base de données a échoué
|
||||
ScanFailed: L'interrogation des secondes d'action consommées a échoué
|
||||
Session:
|
||||
NotExisting: La session n'existe pas
|
||||
Terminated: La session est déjà terminée
|
||||
Token:
|
||||
Invalid: Le jeton de session n'est pas valide
|
||||
|
||||
AggregateTypes:
|
||||
action: Action
|
||||
|
@@ -470,6 +470,11 @@ Errors:
|
||||
Execution:
|
||||
StorageFailed: Il salvataggio del registro delle azioni nel database non è riuscito
|
||||
ScanFailed: La query dei secondi delle azioni utilizzate non è riuscita
|
||||
Session:
|
||||
NotExisting: La sessione non esiste
|
||||
Terminated: Sessione già terminata
|
||||
Token:
|
||||
Invalid: Il token della sessione non è valido
|
||||
|
||||
AggregateTypes:
|
||||
action: Azione
|
||||
|
@@ -459,6 +459,11 @@ Errors:
|
||||
Execution:
|
||||
StorageFailed: アクション実行ログのデータベースへの保存に失敗しました
|
||||
ScanFailed: アクション実行時間を取得する使用状況クエリに失敗しました
|
||||
Session:
|
||||
NotExisting: セッションが存在しない
|
||||
Terminated: セッションはすでに終了しています
|
||||
Token:
|
||||
Invalid: セッショントークンが無効です
|
||||
|
||||
AggregateTypes:
|
||||
action: アクション
|
||||
|
@@ -470,6 +470,11 @@ Errors:
|
||||
Execution:
|
||||
StorageFailed: Zapisywanie dziennika wykonania akcji do bazy danych nie powiodło się
|
||||
ScanFailed: Zapytanie o użycie dla sekund wykonania akcji nie powiodło się
|
||||
Session:
|
||||
NotExisting: Sesja nie istnieje
|
||||
Terminated: Sesja już zakończona
|
||||
Token:
|
||||
Invalid: Token sesji jest nieprawidłowy
|
||||
|
||||
AggregateTypes:
|
||||
action: Działanie
|
||||
|
@@ -470,6 +470,11 @@ Errors:
|
||||
Execution:
|
||||
StorageFailed: 将行动执行日志存储到数据库失败
|
||||
ScanFailed: Q查询动作执行秒数的使用情况失败
|
||||
Session:
|
||||
NotExisting: 会话不存在
|
||||
Terminated: 会话已经终止
|
||||
Token:
|
||||
Invalid: 会话令牌是无效的
|
||||
|
||||
AggregateTypes:
|
||||
action: 动作
|
||||
|
Reference in New Issue
Block a user