-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: jans-cli-tui missing properties #3448
Comments
Second part is implemented in commit 7bd8d26 , we can use escape character
|
@devrimyatar |
@ossdhaval TUI displays what it get from config-api server. So the first fix for TUI (add property button) will fix it. |
* fix(jans-cli-tui) fix Empty spaces in multi tab properties ref:(#3286) * fix: jans-cli-tui save script location * fix: jans-linux-tui remove updatedAt from user edit * fix: jans-cli-tui user-edit None value * fix:jans-cli-tui rename jans_date_picker * fix:jans-cli-tui refactor test files for renaming jans_date_picker * fix:jans-cli-tui fix import error * feat:jans-cli-tui add mouse menu for cut, paste, copy (ref: #2712) * fix:jans-cli-tui remove unused imports * fix:jans-cli-tui change user password (ref: #3360) * fix: jans-cli-tui imports * Revert "fix: jans-cli-tui imports" This reverts commit 9978479. * fix: jans-cli-tui imports * feat: jans-cli-tui option --no-tui * fix:jans-cli-tui unable to search user in search box (ref: #3353) * fix: jans-cli-tui searches should call <get>if no search string entered (ref: #3379) * fix:jans-cli-tui reverting changes for worng user password implementation (ref: #3360) * fix: jans-cli-tui user patch operation * fix: rename 010_oxauth as 010_auth_server * fix: rename oxauth to_oauth * fix: jans-cli-tui parse escaped colon for patch (ref: #3448) * fix: jans-cli-tui fix typo (ref: #3475) * fix:jans-cli-tui fix script search (ref #3468) * fix:jans-cli-tui fix script search (ref #3468) * fix: jan-cli-tui add none option to tokenEndpointAuthMethod (ref: #3463) * fix: jans-cli-tui code smells * fix: jans-cli-tui code smells * fix: jans-cli-tui code smells * fix: jans-cli-tui code smells * fix: jans-cli-tui typo Co-authored-by: AbdelwahabAdam <abdelwahabosama.1@gmail.com>
Implemented |
Describe the bug
Jans config-api server does not return all configuration properties. For example
mtlsUserInfoEndpoint
is missingpatch, op:add
in cli operation (@AbdelwahabAdam)--patch-add
argument which requires colon delimited key:value pairs, but we cant set for examplemtlsUserInfoEndpoint:https://example.jans.io/mtlsuserinfo
because value also contains colon (@devrimyatar)The text was updated successfully, but these errors were encountered: