gaia-app/gaia

Bitbucket integraton

BarrosoPaulo opened this issue · 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