provider-gitlab icon indicating copy to clipboard operation
provider-gitlab copied to clipboard

feat(authentication): add support for all authentification types

Open lacroi-m-insta opened this issue 5 months ago • 0 comments

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.

lacroi-m-insta avatar Aug 30 '24 14:08 lacroi-m-insta