-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Labels
feature requestNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Feature Description
It would be nice if instead of having my gitlab token in either the env variable or properties file, I can specify a lua callback
to implement getting the password myself.
Something along the line of
require("gitlab").setup({
auth_provider = function()
return "my_token", "https://custom.gitlab.instance.url"
end,
}(Note: I have a PR ready, so if this is something you do not want in, feel free to decline it 😅 )
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers