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

[ENHANCE] Add Transcation Check for Pingdom Provider #569

Closed
karlderkaefer opened this issue Jan 21, 2024 · 0 comments · Fixed by #570
Closed

[ENHANCE] Add Transcation Check for Pingdom Provider #569

karlderkaefer opened this issue Jan 21, 2024 · 0 comments · Fixed by #570
Labels
kind/enhancement New feature or request

Comments

@karlderkaefer
Copy link
Contributor

karlderkaefer commented Jan 21, 2024

Is your feature request related to a problem? Please describe.
Feature Request

Describe the solution you'd like
Support Transaction Checks for Pingdom.
Because Pingdom does not support a cookie store, authentication headers are not persistent and if you rely on authenticated user after redirect the checks fails. As Alternative we can implement Transaction Checks which would allow keeping JWT token etc within one check

Describe alternatives you've considered

Additional context
Because the model is very different to uptime check we can create a new pingdom transaction provider. Besides that we require a new client because transaction are not supported by used client. Instead we use newly created client. https://github.com/karlderkaefer/pingdom-golang-client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant