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
470 stars 73 forks source link

fix(jans-cli-tui): asset upload showing path error #10074

Open manojs1978 opened 20 hours ago

manojs1978 commented 20 hours ago

Describe the bug asset upload showing path error

To Reproduce Steps to reproduce the behavior:

  1. install jans 1.1.6.nightly
  2. upload properties file in jans-auth asset
  3. edit uploaded asset and change jans-service to config-api
  4. See error

Expected behavior should not get 500 error, if existing services is not configured then should get proper error message

Screenshots If applicable, add screenshots to help explain your problem. Image

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

devrimyatar commented 12 hours ago

@pujavs This is config-api issue, when TUI puts asset data to config-api, it re-sends all data. See line 10, there is double slash (//)

Image