gaia icon indicating copy to clipboard operation
gaia copied to clipboard

Bitbucket integraton

Open BarrosoPaulo opened this issue 1 year ago • 0 comments

Hi Gaia team,

is there any approach to allow Bitbucket integration?

  - "SPRING_PROFILES_ACTIVE=github"
  - "SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_GITHUB_CLIENT_ID=<CLIENT_ID>"
  - "SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_GITHUB_CLIENT_SECRET=<CLIENT_SECRET>"

it is possible to use these variables referring Bitbucket?

example:

  - "SPRING_PROFILES_ACTIVE=bitbucket"
  - "SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_BITBUCKET_CLIENT_ID=<CLIENT_ID>"
  - "SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_BITBUCKET_CLIENT_SECRET=<CLIENT_SECRET>" 

Best

BarrosoPaulo avatar Aug 03 '23 12:08 BarrosoPaulo