Associating database engine credentials with github auth user

Hi! We use the Github auth method to allow users in our organisation to auth with vault, and then use that auth to get database credentials. The username that gets generated by this auth is completely non-identifying, and it would be useful to audit who has run particular commands. Is there a way I can specify the username for the database, or should I be doing things in a different way?

Thanks!