-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webhooks: Ability to change hostname #668
Comments
arcdigital
changed the title
Webhook: Ability to customize hostname
Webhooks: Ability to change hostname
Dec 13, 2023
leg100
added a commit
that referenced
this issue
Dec 16, 2023
Fixed by #670 |
leg100
pushed a commit
that referenced
this issue
Dec 16, 2023
🤖 I have created a release *beep* *boop* --- ## [0.2.4](v0.2.3...v0.2.4) (2023-12-16) ### Features * Add Webhook Hostname ([#668](#668)) ([#670](#670)) ([f2dc7e9](f2dc7e9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are trying to deploy OTF to our internal k8s cluster (it's not accessible via the internet). Since OTF requires webhooks for the VCS integration, we have configured a separate ingress that only allows access to the /webhooks path from specific IPs. Currently OTF doesn't provide a way to configure the hostname used for webhooks (it just uses the same hostname as the rest of the app). If we could configure this hostname that would be really helpful.
The text was updated successfully, but these errors were encountered: