You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
When clicking the "Access Key" option in the openmaxio-object-browser UI, a 404 Not Found error is returned from the backend. The UI attempts to fetch data from the /api/v1/service-accounts endpoint, which appears to be missing or not implemented.
Steps to Reproduce:
Launch openmaxio-object-browser.
Navigate to the UI.
Click on "Access Key" in the sidebar or dropdown menu.
Observe the browser console or network tab showing the following error:
GET /api/v1/service-accounts 404 (Not Found)
Expected Behavior:
The backend should respond to /api/v1/service-accounts with a list of service accounts or an appropriate response, enabling the "Access Key" feature to function.
Actual Behavior:
The endpoint returns a 404 Not Found, breaking the UI functionality.
Most of the Identity and configurations sections are broken...