I can log into ondemand and xdmod via keycloak and everything works well. However, the dashboard showed errors to access xdmod.
Error: Forbidden Please ensure you are logged into Open XDMoD first, and then try again.
Exceptions.log showed
2025-05-16 00:46:17 [error] Exception Code: 103
2025-05-16 00:46:17 [error] Message: access denied to [“core_time”,“core_time_bad”,“bad_core_ratio”,“job_count”,“job_count_bad”,“bad_job_ratio”]
2025-05-16 00:46:17 [error] Origin: /usr/share/xdmod/classes/Rest/Controllers/WarehouseControllerProvider.php (line 774)
2025-05-16 00:46:17 [error] Trace:
#0 [internal function]: Rest\Controllers\WarehouseControllerProvider->getAggregateData()
#1 /usr/share/xdmod/vendor/symfony/http-kernel/HttpKernel.php(144): call_user_func_array()
#2 /usr/share/xdmod/vendor/symfony/http-kernel/HttpKernel.php(64): Symfony\Component\HttpKernel\HttpKernel->handleRaw()
#3 /usr/share/xdmod/vendor/silex/silex/src/Silex/Application.php(586): Symfony\Component\HttpKernel\HttpKernel->handle()
#4 /usr/share/xdmod/vendor/silex/silex/src/Silex/Application.php(563): Silex\Application->handle()
#5 /usr/share/xdmod/html/rest/index.php(25): Silex\Application->run()
#6 {main}
I’ve found the related topic on Problems with integration with xdmod in LDAP authentication. However I didn’t install SUPReMM. Could you help me?