Users can see all of their repos

When users log in, they see all of THEIR repositories, but this is for an org that doesn’t use Enterprise. Is there a way to fix this or is this just how it is?

I don’t want to give any users the ability to have our runners hooking to whatever personal projects they’ve got going on. As well, anyone can register with Github to gain access to Drone? I’m sure this shouldn’t be by design, unless we’re supposed to use IPTables or VLANs to secure this installation which doesn’t seem right.

I’m thoroughly confused on how user management even works. There’s seemingly no admin, when I navigate to User Settings all I see if my token and API access instructions.

I’ve attempted to gather more understanding through the CLI, but I can’t get passed the ambiguous 403 errors.

Are there other docs or somewhere I can learn more about Drone passed the installation?

When users log in, they see all of THEIR repositories, but this is for an org that doesn’t use Enterprise. Is there a way to fix this or is this just how it is?

see https://docs.drone.io/server/reference/drone-repository-filter/

I’m thoroughly confused on how user management even works. There’s seemingly no admin, when I navigate to User Settings all I see if my token and API access instructions.

see the user management sections in the docs:

https://docs.drone.io/server/user/registration/
https://docs.drone.io/server/user/management/
https://docs.drone.io/server/user/admin/
https://docs.drone.io/server/user/machine/

I’ve attempted to gather more understanding through the CLI, but I can’t get passed the ambiguous 403 errors.

once you setup your account as an admin (per the previous links) see the CLI installation and configuration instructions to ensure you have it setup correctly.

https://docs.drone.io/cli/install/
https://docs.drone.io/cli/configure/

1 Like

Seems my confusion is primarily fueled by the side navbar on the Docs page not updating to the nested menu options when on Brave, Firefox it updates and I can see all the docs I wasn’t seeing before, thanks!