docker / roadmap

Welcome to the Public Roadmap for All Things Docker! We welcome your ideas.
https://github.com/docker/roadmap/projects/1
Creative Commons Zero v1.0 Universal
1.45k stars 244 forks source link

Feature Req: Non-Scim /Users API Endpoint #639

Open 1337h4xr opened 1 month ago

1337h4xr commented 1 month ago

Tell us about your request A non-scim /Users endpoint on the Docker Hub API would be beneficial to organizations that don't provision with SCIM. Somthing basic that pulls the user list from the Docker Hub site and provides users, user details (username, email, memberships, etc), last sign-in, MFA status(?), etc.

Which service(s) is this request for? Docker Hub API

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? We perform routine access audits using an asset management platform that gathers user lists from our services API's. Checking admin statuses, removing old accounts, aligning permissions, and so on.

Because we don't use SCIM the /Users endpoint doesn't work for us. I believe our users are invited and use Azure/SSO from there.

Are you currently working around the issue? We are working around this by manually accessing the user list on the Docker Hub site and scrolling through users. It is painful.