We are trying to configure teleport community from gravitational with github connector for authentication. Instead of github.com we want to use our own private installation of github to authenticate against.
I have been unable to find a way how to configure this. Documentation mentions not much in regards to it.
Is it possible at all to configure teleport github connector to point to a private installation of github?
There's currently no support in Teleport for using a private Github installation rather than github.com. I think that the relevant endpoints in the code are located here - you could always try editing these and building Teleport from source to implement this if you wanted.
Alternatively, please raise a feature request on Github and we can add it to the backlog.
Thanks for trying Teleport!