Issue:
KeyCloak based authentication automatically signs-in the user even after performing a logout operation from the Data Hub.
Workaround:
To logout, use and endpoint /logout appended to the base OpenID Connect URL, for example:
https://keycloak:8443/realms/RVDH/protocol/openid-connect/logout
Confirm Logout
This will perform the actual logout of the current user session. Once the KeyCloak user is logged out, perform a standard log-out operation in the Data Hub UI.
Invalid data in the Vulnerability Overview dashboard
Issue:
Due to an invalid query, the default task to get the overview of vulnerabilities may fail to work.
Workaround:
Re-import the dashboard using the following RPA file:
\\raynet.corp\Entwicklung\Releases\RayVentory\__issues___\RV12.4_RTM\Vulnerability overview.rpa
Go to DASHBOARDS AND REPORTS, and select DASHBOARDS AND REPORTS DATA ANALYSIS VULNERABILITY MONITORING:
Select importing from a file:
Browse and select the attached RPA file:
Go to Advanced tab and select Overwrite existing tasks & transformations
Confirm the import.
Changed URL format for frontend operations
Issue:
In RayVentory Data Hub 12.4, a technical change required adjusting the way the UI builds its links and permalinks. If the user had a link to a dashboard, report or any page, the link may not function anymore with Data Hub 12.4. Instead, the main page is opened.
Workaround:
Old links can work again by removing “/#” from the address, for example the following link:
http://rayventorydatahub:8090/#/external/report/a0272a7f-6f70-43c4-
a303-40fef0cc003e?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJSZ
XBvcnRJZCI6ImEwMjcyYTdmLTZmNzAtNDNjNC1hMzAzLTQwZmVmMGNjMDAzZSIsIlRlb
mFudElEIjoiNzZlMTAwODAtNDM0My00Mzg5LWEzODMtNDdkNGNhNDljMjVlIiwiZXhwI
joxNjY2MTA5MTUzLCJpc3MiOiJSYXluZXQgR21iSCIsImF1ZCI6IlJheVZlbnRvcnkgRGF0YSBId
WIgVXNlciJ9.1G181RMbKFqOfPFp8IgfLPBjqtbG5DZpgxhIgXq4bAM
Becomes:
http://rayventorydatahub:8090/external/report/a0272a7f-6f70-43c4-
a303-40fef0cc003e?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJSZ
XBvcnRJZCI6ImEwMjcyYTdmLTZmNzAtNDNjNC1hMzAzLTQwZmVmMGNjMDAzZSIsIlRlb
mFudElEIjoiNzZlMTAwODAtNDM0My00Mzg5LWEzODMtNDdkNGNhNDljMjVlIiwiZXhwI
joxNjY2MTA5MTUzLCJpc3MiOiJSYXluZXQgR21iSCIsImF1ZCI6IlJheVZlbnRvcnkgRGF0YSBId
WIgVXNlciJ9.1G181RMbKFqOfPFp8IgfLPBjqtbG5DZpgxhIgXq4bAM
This change only affects the users linking to the Data Hub pages and views from external systems and / or bookmarks. This also includes shared reports and dashboards.
This change does not affect the URL used by the REST API.
Comments