paritytech/substrate-tip-bot

Remove external API access if it's not needed

Closed this issue · 1 comments

rzadp commented

The probot has an express server, which is used to expose metrics and a health check.

The Helm is configured to expose this API to the world, and I'm not sure if that's desirable.

Step 1: Determine whether this external access is needed or not.
Step 2: If not, remove the access.

rzadp commented

The access is required for the app to receive webhooks - it's configured in the Github App settings.