in4it / spinnaker-course

Course files for Continuous Deployments using Spinnaker on AWS and Kubernetes
https://www.udemy.com/course/continuous-deployments-using-spinnaker-on-aws-and-kubernetes/?referralCode=785B43B0D797B78E4B2C
73 stars 339 forks source link

support to bitbucket #8

Closed paramacharya closed 4 years ago

paramacharya commented 4 years ago

Hi My code is in bitbucket, how do I do that with bitbucket? in 4-configure-oath i can see only github how to change it to bitbucket?

wardviaene commented 4 years ago

Bitbucket is not supported as authentication method. To see what is supported (or generic oauth possibilities), see https://www.spinnaker.io/setup/security/authentication/oauth/

-Edward