influxdata / influxdata/kapacitor
Kapacitor post event handler alert templating with skipSSLVerify
- Dominant language
- Go
- Stars
- 2.4k
- Forks
- 479
- Avg merge
- 4d 16h
- Merged PRs (30d)
- 4
Description
it is impossible to have both alert templating and skipSSLVerify when using post
The alert template can be defined only as part of the config file that does not accept the option skipSSLVerify as part of the endpoint configuration
and when trying to define the endpoint inline inside the post or the handler you cannot provide alert template configuration
Contributor guide
Research direction
Start by tracing the post handler's endpoint configuration and the alert templating configuration, focusing on how file-based and inline endpoints are parsed. Determine how both alert templating and skipSSLVerify can be represented together, then verify that each supported configuration form accepts both options and preserves existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100