Skip to content

Clicking "Access Key" in UI results in 404 /api/v1/service-accounts not found #18

Description

@gopihc

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...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions