Skip to content

Fix error in when key pair is incorrect#145

Merged
dortam888 merged 1 commit intojfrog:mainfrom
dortam888:fix_error_when_wrong_alias_is_given
Sep 2, 2025
Merged

Fix error in when key pair is incorrect#145
dortam888 merged 1 commit intojfrog:mainfrom
dortam888:fix_error_when_wrong_alias_is_given

Conversation

@dortam888
Copy link
Copy Markdown
Contributor

@dortam888 dortam888 commented Sep 2, 2025

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • All static analysis checks passed.
  • Appropriate label is added to auto generate release notes.
  • I used gofmt for formatting the code before submitting the pull request.
  • PR description is clear and concise, and it includes the proposed solution/fix.

When key-alias is incorrect we were giving unclear error regarding the problem:

[🚨Error] server response: 400 Bad Request
{
  "errors": [
    {
      "message": "not found"
    }
  ]
}

Fix the error to be more clear.

@dortam888 dortam888 added the improvement Automatically generated release notes label Sep 2, 2025
@dortam888 dortam888 merged commit 24a74b2 into jfrog:main Sep 2, 2025
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Automatically generated release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants