JanssenProject / jans

An open source enterprise digital identity platform for CIAM or workforce... Janssen is a distribution of standards-based, developer friendly, components that are engineered to work together in any cloud. #OAuth #OpenID #FIDO
https://docs.jans.io
Apache License 2.0
457 stars 74 forks source link

fix(jans-cli): agama project deployment response issue #8098

Closed imShakil closed 6 months ago

imShakil commented 6 months ago

Screenshots

Screenshot 2024-03-20 at 10 26 33

It shows in the description that deployment is done successfully while the response type is server_error.

To Reproduce Steps to reproduce the behavior: Try to deploy a agama-project and check what it displays in response.

Tested on jans 1.0.21, 1.0.22

devrimyatar commented 6 months ago

@imShakil I just tested, the response is different than your report:

$ python3 jans-cli-tui/cli_tui/cli/config_cli.py --operation-id=post-agama-prj --data /mnt/data/agama/7.zip --url-suffix="name:7-zip"
Server Response:
{
  "message": "A deployment task for project 7-zip has been queued. Use the GET endpoint to poll status"
}
imShakil commented 6 months ago

Hi, @devrimyatar

I just tested on version 1.1.0. It's fine. It's an old version issue. I'm closing this issue then.