dolt-workbench
dolt-workbench copied to clipboard
Passthrough the Author for Commits
Currently HostedDolt allows us to use the authors email on commits as follows:
However there is no way to specify the committer in dolt workbench currently:
This then logs a user without a clear identifier. How can we pass through a header indicating the user making the commit itself, for instance we have a reverse proxy like nginx or oauth2proxy in front that can feed in X-Forwarded-Email which we should use in our commits (https://oauth2-proxy.github.io/oauth2-proxy/configuration/overview#config-file)