I am experiencing unusual behavior wherein the drone cli command
drone user info username
incorrectly reports
admin: false
but the drone server api call
curl -i https://my.drone-server.com/api/user -H "Authorization: Bearer usernameToken
correctly reports that the same user is an admin
“admin”:true
Configuration details:
drone v0.8
user management handled by GitLab