You can grant administrative privileges to users by providing an enumerated user list, separated by a comma, using the designated environment variable.
Admins can perform operations over any repository in Drone.
services:
drone-server:
image: drone/drone:0.8
environment:
+ - DRONE_ADMIN=janedoe,johnsmith
Please note that the usernames are case-sensitive and must match the exact values as returned from your version control system (e.g. GitHub).
Access Privileged Endpoints
View the server’s metrics endpoint:
<DRONE_HOST>/metrics
View the server’s queue endpoint:
<DRONE_HOST>/api/info/queue
View the server’s pending and running builds endpoint:
<DRONE_HOST>/api/builds
User management
Approving users for closed registrations and managing users.
Is there a mistake on this page? Please let us know or edit this page.