Github Webhook Not Working with Jenkins under Teleport. #49181
Unanswered
Unthink-pri18
asked this question in
Q&A
Replies: 1 comment
-
Teleport doesn't support unauthenticated access to any app endpoints which are hosted behind it - this includes webhooks. You will likely need to configure some other reverse proxy to allow access to the webhook URL. My recommendation is a web server like nginx or Caddy which only allows connections to the webhook URL, and restricts this access to Github IP ranges only. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have Jenkins Setup(using App Service) under Teleport SSO and JWT authorizers for the Auth management, When I am trying to setup the Webhook Triggers for a pipeline in Github,the payload is giving 302 error code.
Beta Was this translation helpful? Give feedback.
All reactions