mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 12:27:33 +00:00
fix(import): add import for app and machine keys (#4536)
* fix(import): add import for app and machine keys * fix(export): add review changes * fix(import): Apply suggestions from code review Co-authored-by: Livio Spring <livio.a@gmail.com> * fix(import): add review changes Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
@@ -85,7 +85,8 @@ Errors:
|
||||
NotChanged: Adresse wurde nicht geändert
|
||||
Machine:
|
||||
Key:
|
||||
NotFound: Maschinen Key nicht gefunden
|
||||
NotFound: Maschinen Schlüssel nicht gefunden
|
||||
AlreadyExisting: Machine Schlüssel exisiert bereits
|
||||
PAT:
|
||||
NotFound: Persönliches Access Token nicht gefunden
|
||||
NotHuman: Der Benutzer muss eine Person sein
|
||||
@@ -264,6 +265,9 @@ Errors:
|
||||
APIAuthMethodNoSecret: Gewählte API Auth Method benötigt kein Secret
|
||||
AuthMethodNoPrivateKeyJWT: Gewählte Auth Method benötigt keinen Key
|
||||
ClientSecretInvalid: Client Secret ist ungültig
|
||||
Key:
|
||||
AlreadyExisting: Applikationsschlüssel existiert bereits
|
||||
NotFound: Applikationsschlüssel nicht gefunden
|
||||
RequiredFieldsMissing: Benötigte Felder fehlen
|
||||
Grant:
|
||||
AlreadyExists: Projekt Grant existiert bereits
|
||||
|
Reference in New Issue
Block a user