AzBuilder / terrakube

Open source IaC Automation and Collaboration Software.
https://docs.terrakube.io
Apache License 2.0
523 stars 44 forks source link

Expose webhook, callback on different ingress #1527

Open dawidmalina opened 5 days ago

dawidmalina commented 5 days ago

Feature description 💡

No sure if this is currently possible from the code perspective but I would like to expose only part of the api related to VCS endpoints callback and webhook on dedicated public ingress, keeping remaining part purely internal.

If this is already available please help me with configuration.

Anything else?

No response

alfespa17 commented 5 days ago

I guess you will have to create a second ingress configuration when you are deploying the app and allow the following endpoints:

I guess that should work for you

dawidmalina commented 5 days ago

Thanks for the quick reply:) I will try to validate that.