I am working on adding support for Databroker to the control panel.
This bug was found while using the latest Qt IVI build, where kuksa-val-server has been replaced by Databroker.
Steps to recreate the issue:
Launch the Databroker in Qt IVI image with the following command:
Connect to the Databroker via cli with the following command Note: CA.pem used for ca-certificate
The connection was established successfully in secure mode.
I tried to authorize the client with the following command:
However, I got the following error:
I have verified the same by running similar steps using the client on the AGL image, modifying the control panel's config.py file and also using other available tokens.
Environment
None
Activity
Show:
Scott Murray
October 2, 2023 at 6:23 PM
As explained via email, the issue is that the KUKSA.val databroker uses a different authorization token format than the older server. I believe you've resolved the issue with a switch to an appropriate token, if not please reopen.
I am working on adding support for Databroker to the control panel.
This bug was found while using the latest Qt IVI build, where kuksa-val-server has been replaced by Databroker.
Steps to recreate the issue:
Launch the Databroker in Qt IVI image with the following command:
Connect to the Databroker via cli with the following command
Note: CA.pem used for ca-certificate
The connection was established successfully in secure mode.
I tried to authorize the client with the following command:
However, I got the following error:
I have verified the same by running similar steps using the client on the AGL image, modifying the control panel's config.py file and also using other available tokens.