provider-gitlab
provider-gitlab copied to clipboard
feat(authentication): add support for all authentification types
Description of your changes
Adding support of different authentification types supported by the gitlab SDK: BasicAuth with username and password, JobToken, OAuthToken, PrivateToken that stays the default for retro-compatiability in mind.
I have:
- [x] Read and followed Crossplane's [contribution process].
- [x] Run
make reviewable test
to ensure this PR is ready for review.
How has this code been tested
This version is running in production.