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

Creation of rootly_alerts_source always returns genericc_webhooks/ URL #74

Open
kirillmakhonin-brt opened this issue Feb 26, 2025 · 3 comments

Comments

@kirillmakhonin-brt
Copy link

kirillmakhonin-brt commented Feb 26, 2025

Faced an issue when tried to create an integration for cloud_watch.

Integration was created and shown in UI properly, but URL returned in webhook_endpoint had https://webhooks.rootly.com/webhooks/incoming/generic_webhooks/notify/ (so auto confirmation for SNS topics did not work)

resource "rootly_alerts_source" "rootly_alerts_source" {
  name        = "AWS Cloud Watch integration"
  source_type = "cloud_watch"
}
@kirillmakhonin-brt
Copy link
Author

Could you @alexmingoia please take a look?

@alexmingoia
Copy link
Collaborator

The API should be returning the correct URL now.

@kirillmakhonin-brt
Copy link
Author

Looks like it still returns generic URL

~ endpoint                        = "https://webhooks.rootly.com/webhooks/incoming/generic_webhooks/notify/Service/63461a00-89af-409a-a3e3-ad6f1f80ce08?secret=xxxx" # forces replacement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants