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

Add support for configuring webhooks with commands #28

Closed
2 tasks
tulir opened this issue Nov 17, 2019 · 2 comments
Closed
2 tasks

Add support for configuring webhooks with commands #28

tulir opened this issue Nov 17, 2019 · 2 comments
Milestone

Comments

@tulir
Copy link
Member

tulir commented Nov 17, 2019

Instead of requiring the user manually create the webhook, the bot should have an option to do it automatically. This will also make it possible to fix the webhook secret being public.

  • Add command to create, configure and delete room notification webhooks
  • Store per-room+webhook secrets in the db and check against those instead of the global secret
@tulir tulir added this to the 1.0.0 milestone Nov 17, 2019
@nanonyme
Copy link

nanonyme commented May 29, 2021

Please consider prioritizing this. Also access control so that only moderators and admins can manage the webhooks to windows of abuse.

@tulir
Copy link
Member Author

tulir commented Jun 18, 2021

!gitlab webhook add is now a thing which creates a webhook with a random secret that only works for that specific room. Split out permissions and deleting into #46 and #47

@tulir tulir closed this as completed Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants