Skip to content
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

project: implement a github webhook filter using azure functions #80

Open
3 tasks
ssbarnea opened this issue Dec 4, 2022 · 0 comments
Open
3 tasks
Labels

Comments

@ssbarnea
Copy link
Member

ssbarnea commented Dec 4, 2022

We want to fine-tune github webhook events from our repositories and resend filtered events further to slack, matrix, notifico.

As we already be using Azure, Azure functions would make sense to make use of https://learn.microsoft.com/en-us/training/modules/monitor-github-events-with-a-function-triggered-by-a-webhook/ to implement these as we would not have to maintain the system ourselves.

Configuration for this should be stored inside devtools repository, where we already have the list of repositories we own.

  • implement the filtering function as POC, configure it for this repository with outgoing hook to our slack channel
  • add a list of outgoing hooks (encrypted using an ansible vault) to this repo
  • add GHA pipeline to deploy the changes when the file is modified
@ssbarnea ssbarnea added the epic label Dec 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant