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:
Stefan Benz
2022-10-18 16:07:30 +01:00
committed by GitHub
parent 3270a94291
commit 556f381a5a
18 changed files with 648 additions and 131 deletions

View File

@@ -86,6 +86,7 @@ Errors:
Machine:
Key:
NotFound: Machine key not found
AlreadyExisting: Machine key already existing
PAT:
NotFound: Personal Access Token not found
NotHuman: The User must be personal
@@ -264,6 +265,9 @@ Errors:
APIAuthMethodNoSecret: Chosen API Auth Method does not require a secret
AuthMethodNoPrivateKeyJWT: Chosen Auth Method does not require a key
ClientSecretInvalid: Client Secret is invalid
Key:
AlreadyExisting: Application key already existing
NotFound: Application key not found
RequiredFieldsMissing: Some required fields are missing
Grant:
AlreadyExists: Project grant already exists