Github authentication

My Sonarqube instance is running on a private VPC inside of AWS. I am trying to use Github for authentication, but it requires public accessibility. I setup a public load balancer and a Nginx proxy that both would forward to the private instance, but it didn’t work.
Is there a recommended setup for private instances with Github auth?

thanks,
jason

Hi Jason,

Not that I’m aware of. Looks like you’re in for some network troubleshooting, to understand what gets lost (and where/why) between your private setup and GitHub.