Configuring the Solution Server settings
You need a Keycloak realm and the Solution Server URL to connect Konveyor extension with the Solution Server.
Prerequisites
The Solution Server URL is available.
An administrator configured the Keycloak realm for the Solution Server.
Procedure
Type
Ctrl + Shift + PorCmd + Shift + Pon the search bar and enterPreferences:Open User Settings (JSON).In the
settings.jsonfile, enterCtrl + SPACEto enable the auto-complete for the Solution Server configurable fields.Modify the following configuration as necessary:
{ "konveyor.solutionServer": { "url": "https://konveyor.apps.konveyor-ai.example.com/hub/services/kai/api", "enabled": true, "auth": { "enabled": true, "insecure": true, "realm": "tackle" }, } }NOTE: When you enable Solution Server authentication for the first time, you must enter the
usernameandpasswordin the VS >Code search bar.TIP: Enter
Konveyor: Restart Solution Serverin the Command Palette >to restart the Solution Server.